Home
last modified time | relevance | path

Searched refs:HasPhi (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp48 } while (block->IsEmpty() && !block->HasPhi()); in IsAccWriteBetween()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp182 ASSERT(!succ->HasPhi()); in RemoveEmptyBlock()
273 ASSERT(!succ->HasPhi()); in JoinSuccessorBlock()
Dgraph_cloner.cpp267 if (header_block->HasPhi()) { in PrepareLoopToUnroll()
807 if (outside_succ->HasPhi() && outside_succ->GetFirstInst() != nullptr) { in PrepareLoopToClone()
Dbasicblock.h294 bool HasPhi() const in HasPhi() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp89 ASSERT(!bb->GetSuccessor(0)->HasPhi()); in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
Dcleanup_test.cpp105 TEST_F(CleanupTest, HasPhi) in TEST_F() argument