Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc52 bool SideEffectDependencyAnalysis::HasReorderingDependency(const HInstruction* instr1, in HasReorderingDependency()
85 HInstruction* instr1, HInstruction* instr2) const { in ArrayAccessMayAlias()
169 const HInstruction* instr1, const HInstruction* instr2) const { in FieldAccessMayAlias() argument
201 HInstruction* instr1, HInstruction* instr2) const { in HasMemoryDependency()
251 bool SideEffectDependencyAnalysis::HasExceptionDependency(const HInstruction* instr1, in HasExceptionDependency()
Dscheduler.h276 bool HasSideEffectDependency(HInstruction* instr1, HInstruction* instr2) const { in HasSideEffectDependency()