Home
last modified time | relevance | path

Searched refs:HasEndBlock (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h66 ASSERT(unit->GetGraph()->HasEndBlock());
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp239 if (GetGraph()->HasEndBlock()) { in CheckCallReturnInlined()
282 if (!GetGraph()->HasEndBlock()) {
H A Dgraph.h225 bool HasEndBlock() in HasEndBlock() function in panda::compiler::final
/arkcompiler/runtime_core/compiler/tests/
H A Ddump_test.cpp809 EXPECT_TRUE(graph->HasEndBlock()); in HWTEST_F()
H A Dbranch_elimination_test.cpp1528 ASSERT_TRUE(graph->HasEndBlock()); in TEST_F()
1530 ASSERT_FALSE(graph->HasEndBlock()); in TEST_F()
H A Dir_builder_test.cpp5824 ASSERT_FALSE(graph->HasEndBlock()); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp1487 ASSERT(graphInl->HasEndBlock()); in UpdateControlflow()
1493 if (!GetGraph()->HasEndBlock()) { in UpdateControlflow()
H A Descape.cpp836 if (!GetGraph()->HasEndBlock()) {
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbranch_elimination_test.cpp1590 ASSERT_TRUE(graph->HasEndBlock()); in TEST_F()
1592 ASSERT_FALSE(graph->HasEndBlock()); in TEST_F()
H A Dir_builder_test.cpp5913 ASSERT_FALSE(graph->HasEndBlock()); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h269 bool HasEndBlock() in HasEndBlock() function in ark::compiler::final
H A Dbasicblock.cpp1211 auto endBlock = GetGraph()->HasEndBlock() ? GetGraph()->GetEndBlock() : GetGraph()->CreateEndBlock();
H A Dgraph_checker.cpp385 if (GetGraph()->HasEndBlock()) { in CheckUserOfInt32()
528 if (!GetGraph()->HasEndBlock()) { in CheckUserOfInt32()

Completed in 59 milliseconds