Home
last modified time | relevance | path

Searched defs:instr1 (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dscheduler.cc53 bool SideEffectDependencyAnalysis::HasReorderingDependency(const HInstruction* instr1, in HasReorderingDependency()
86 HInstruction* instr1, HInstruction* instr2) const { in ArrayAccessMayAlias()
163 const HInstruction* instr1, const HInstruction* instr2) const { in FieldAccessMayAlias() argument
195 HInstruction* instr1, HInstruction* instr2) const { in HasMemoryDependency()
245 bool SideEffectDependencyAnalysis::HasExceptionDependency(const HInstruction* instr1, in HasExceptionDependency()
H A Dscheduler.h276 bool HasSideEffectDependency(HInstruction* instr1, HInstruction* instr2) const { in HasSideEffectDependency()
H A Dnodes_vector.h150 static bool HaveSamePredicate(HVecOperation* instr0, HVecOperation* instr1) { in HaveSamePredicate()