Searched refs:FoundBefore (Results 1 – 4 of 4) sorted by relevance
1446 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() function in art::HInstructionList1492 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
38 if (other->IsLoopHeaderPhi() && (phi == nullptr || phis.FoundBefore(other, phi))) { in RotateEntryPhiFirst()
729 use.GetUser()->GetBlock()->GetInstructions().FoundBefore(instruction, use.GetUser())) { in FindOrAddTypeConversionIfNecessary()
165 bool FoundBefore(const HInstruction* instruction1,