Home
last modified time | relevance | path

Searched refs:FoundBefore (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1446 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() function in art::HInstructionList
1492 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
Dinduction_var_analysis.cc38 if (other->IsLoopHeaderPhi() && (phi == nullptr || phis.FoundBefore(other, phi))) { in RotateEntryPhiFirst()
Dload_store_elimination.cc729 use.GetUser()->GetBlock()->GetInstructions().FoundBefore(instruction, use.GetUser())) { in FindOrAddTypeConversionIfNecessary()
Dnodes.h165 bool FoundBefore(const HInstruction* instruction1,