Searched refs:other_instruction (Results 1 – 4 of 4) sorted by relevance
360 const HInstruction* other_instruction) const { in HasImmediateDataDependency()362 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()374 const HInstruction* other_instruction) const { in HasImmediateOtherDependency()376 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
953 InstructionType* other_instruction = it.first; in NewSlowPath() local956 if (HaveSameLiveRegisters(instruction, other_instruction) && in NewSlowPath()957 HaveSameStackMap(instruction, other_instruction)) { in NewSlowPath()
1238 bool HInstruction::StrictlyDominates(HInstruction* other_instruction) const { in StrictlyDominates()1239 if (other_instruction == this) { in StrictlyDominates()1244 HBasicBlock* other_block = other_instruction->GetBlock(); in StrictlyDominates()1246 return GetBlock()->Dominates(other_instruction->GetBlock()); in StrictlyDominates()1251 if (!other_instruction->IsPhi()) { in StrictlyDominates()1262 if (other_instruction->IsPhi()) { in StrictlyDominates()1269 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
2299 bool StrictlyDominates(HInstruction* other_instruction) const;