Searched refs:IsLoopHeaderPhi (Results 1 – 5 of 5) sorted by relevance
107 DCHECK(user->IsLoopHeaderPhi()); in EliminateDeadPhis()192 DCHECK(!current->IsLoopHeaderPhi() || in Run()
598 DCHECK(!range->IsMonotonicValueRange() || instruction->IsLoopHeaderPhi()); in AssignRange()614 DCHECK(instruction->IsLoopHeaderPhi()); in ApplyRangeFromComparison()632 DCHECK(left->IsLoopHeaderPhi()); in HandleIfBetweenTwoMonotonicValueRanges()633 DCHECK(right->IsLoopHeaderPhi()); in HandleIfBetweenTwoMonotonicValueRanges()934 DCHECK(phi->IsLoopHeaderPhi()); in HasSameInputAtBackEdges()951 if (phi->IsLoopHeaderPhi() in VisitPhi()
38 if (other->IsLoopHeaderPhi() && (phi == nullptr || phis.FoundBefore(other, phi))) { in RotateEntryPhiFirst()327 if (scc_.size() == 1 && !scc_[0]->IsLoopHeaderPhi()) { in VisitNode()406 if (!phi->IsLoopHeaderPhi()) { in ClassifyNonTrivial()418 if (scc_[i]->IsLoopHeaderPhi()) { in ClassifyNonTrivial()708 if (phi->IsLoopHeaderPhi() && phi->InputCount() == 2) { in SolvePhiAllInputs()
1107 if (instruction->IsLoopHeaderPhi() && (instruction->GetBlock() == loop_header)) { in CopyFromWithLoopPhiAdjustment()
2062 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); } in IsLoopHeaderPhi() function2064 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()