Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc510 return block->GetInstructions().FoundBefore(b, a); in SinkCodeToUncommonBranch()
Dnodes.cc1329 bool HInstructionList::FoundBefore(const HInstruction* instruction1, in FoundBefore() function in art::HInstructionList
1379 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
Dinduction_var_analysis.cc378 if (phi == nullptr || block->GetPhis().FoundBefore(instruction, phi)) { in ExtractScc()
Dload_store_elimination.cc604 use.GetUser()->GetBlock()->GetInstructions().FoundBefore(instruction, use.GetUser())) { in FindOrAddTypeConversionIfNecessary()
Dnodes.h170 bool FoundBefore(const HInstruction* instruction1,