Searched refs:other_instruction (Results 1 – 4 of 4) sorted by relevance
359 const HInstruction* other_instruction) const { in HasImmediateDataDependency()361 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()373 const HInstruction* other_instruction) const { in HasImmediateOtherDependency()375 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
914 InstructionType* other_instruction = it.first; in NewSlowPath() local917 if (HaveSameLiveRegisters(instruction, other_instruction) && in NewSlowPath()918 HaveSameStackMap(instruction, other_instruction)) { in NewSlowPath()
1239 bool HInstruction::StrictlyDominates(HInstruction* other_instruction) const { in StrictlyDominates()1240 if (other_instruction == this) { in StrictlyDominates()1245 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates()1247 return GetBlock()->Dominates(other_instruction->GetBlock()); in StrictlyDominates()1252 if (!other_instruction->IsPhi()) { in StrictlyDominates()1263 if (other_instruction->IsPhi()) { in StrictlyDominates()1270 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
2243 bool StrictlyDominates(HInstruction* other_instruction) const;