Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1224 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() function in art::HInstructionList
1270 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.h160 bool FoundBefore(const HInstruction* instruction1,