Searched refs:FoundBefore (Results 1 – 5 of 5) sorted by relevance
510 return block->GetInstructions().FoundBefore(b, a); in SinkCodeToUncommonBranch()
1329 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() function in art::HInstructionList1379 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
378 if (phi == nullptr || block->GetPhis().FoundBefore(instruction, phi)) { in ExtractScc()
604 use.GetUser()->GetBlock()->GetInstructions().FoundBefore(instruction, use.GetUser())) { in FindOrAddTypeConversionIfNecessary()
170 bool FoundBefore(const HInstruction* instruction1,