Home
last modified time | relevance | path

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

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