Searched refs:IsLoopHeaderPhi (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dssa_phi_elimination.cc106 DCHECK(user->IsLoopHeaderPhi());
191 DCHECK(!current->IsLoopHeaderPhi() ||
H A Dbounds_check_elimination.cc598 DCHECK(!range->IsMonotonicValueRange() || instruction->IsLoopHeaderPhi());
614 DCHECK(instruction->IsLoopHeaderPhi());
632 DCHECK(left->IsLoopHeaderPhi());
633 DCHECK(right->IsLoopHeaderPhi());
932 DCHECK(phi->IsLoopHeaderPhi());
949 if (phi->IsLoopHeaderPhi()
H A Dinduction_var_analysis.cc38 if (other->IsLoopHeaderPhi() && (phi == nullptr || phis.FoundBefore(other, phi))) {
326 if (scc_.size() == 1 && !scc_[0]->IsLoopHeaderPhi()) {
405 if (!phi->IsLoopHeaderPhi()) {
417 if (scc_[i]->IsLoopHeaderPhi()) {
707 if (phi->IsLoopHeaderPhi() && phi->InputCount() == 2) {
H A Dnodes.h1994 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); } function in class:art::HInstruction
1996 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible();
H A Dnodes.cc1104 if (instruction->IsLoopHeaderPhi() && (instruction->GetBlock() == loop_header)) {

Completed in 68 milliseconds