Home
last modified time | relevance | path

Searched refs:GetAliveBlocksCount (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Drpo.cpp44 size_t blocks_count = GetGraph()->GetAliveBlocksCount(); in RunImpl()
H A Dlinear_order.cpp197 size_t blocks_count = GetGraph()->GetAliveBlocksCount(); in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Drpo.cpp44 size_t blocksCount = GetGraph()->GetAliveBlocksCount(); in RunImpl()
H A Dlinear_order.cpp409 size_t blocksCount = GetGraph()->GetAliveBlocksCount(); in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_creation_test.cpp37 EXPECT_EQ(graph->GetAliveBlocksCount(), 2U); in TEST_F()
H A Dloop_unroll_test.cpp1262 EXPECT_EQ(5U, graph->GetAliveBlocksCount()); in TEST_F()
1266 EXPECT_EQ(18U, graph->GetAliveBlocksCount()); in TEST_F()
1269 EXPECT_EQ(6U + unrollFactor, graph->GetAliveBlocksCount()); in TEST_F()
1281 EXPECT_EQ(5U, graph->GetAliveBlocksCount()); in TEST_F()
1284 EXPECT_EQ(6U + unrollFactor, graph->GetAliveBlocksCount()); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h249 size_t GetAliveBlocksCount() const in GetAliveBlocksCount() function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h293 size_t GetAliveBlocksCount() const in GetAliveBlocksCount() function in ark::compiler::final

Completed in 10 milliseconds