Searched refs:HasPhi (Results 1 – 6 of 6) sorted by relevance
48 } while (block->IsEmpty() && !block->HasPhi()); in IsAccWriteBetween()
182 ASSERT(!succ->HasPhi()); in RemoveEmptyBlock()273 ASSERT(!succ->HasPhi()); in JoinSuccessorBlock()
267 if (header_block->HasPhi()) { in PrepareLoopToUnroll()807 if (outside_succ->HasPhi() && outside_succ->GetFirstInst() != nullptr) { in PrepareLoopToClone()
294 bool HasPhi() const in HasPhi() function
89 ASSERT(!bb->GetSuccessor(0)->HasPhi()); in RunImpl()
105 TEST_F(CleanupTest, HasPhi) in TEST_F() argument