Searched refs:IsVRegEquivalentOf (Results 1 – 5 of 5) sorted by relevance
95 if (!phi->IsVRegEquivalentOf(next)) continue; in FixEnvironmentPhis()99 if (!phi->IsVRegEquivalentOf(next)) continue; in FixEnvironmentPhis()101 DCHECK(!phi->IsVRegEquivalentOf(next->GetNext())); in FixEnvironmentPhis()
780 insn1->AsPhi()->IsVRegEquivalentOf(insn2)) { in IsConstantEquivalent()
1180 if (phi->IsVRegEquivalentOf(previous_phi)) { in AllocateSpillSlotForCatchPhi()
1048 if (phi->IsVRegEquivalentOf(previous_phi)) { in AllocateSpillSlotForCatchPhi()
2819 bool IsVRegEquivalentOf(const HInstruction* other) const { in IsVRegEquivalentOf() function