Home
last modified time | relevance | path

Searched refs:GetBlocksCount (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp110 if (srcBb->GetId() >= liveness_->GetBlocksCount()) { in ConnectSplitFromPredBlock()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp108 if (src_bb->GetId() >= liveness_->GetBlocksCount()) { in ConnectSpiltFromPredBlock()
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_new_test.cpp63 EXPECT_EQ(0, liveness_analyzer.GetBlocksCount()); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h532 size_t GetBlocksCount() const in GetBlocksCount() function
H A Dliveness_analyzer.cpp466 if (bb->GetId() >= GetBlocksCount()) { in DumpLifeIntervals()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h585 size_t GetBlocksCount() const;
H A Dliveness_analyzer.cpp659 size_t LivenessAnalyzer::GetBlocksCount() const in GetBlocksCount() function in ark::compiler::LivenessAnalyzer
672 if (bb->GetId() >= GetBlocksCount()) { in DumpLifeIntervals()

Completed in 8 milliseconds