Searched defs:instr1 (Results 1 – 3 of 3) sorted by relevance
53 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() argument195 HInstruction* instr1, HInstruction* instr2) const { in HasMemoryDependency()245 bool SideEffectDependencyAnalysis::HasExceptionDependency(const HInstruction* instr1, in HasExceptionDependency()
276 bool HasSideEffectDependency(HInstruction* instr1, HInstruction* instr2) const { in HasSideEffectDependency()
150 static bool HaveSamePredicate(HVecOperation* instr0, HVecOperation* instr1) { in HaveSamePredicate()