Searched refs:other_instruction (Results 1 – 2 of 2) sorted by relevance
368 const HInstruction* other_instruction) const { in HasImmediateDataDependency()370 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency()387 const HInstruction* other_instruction) const { in HasImmediateOtherDependency()389 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency()
858 InstructionType* other_instruction = it.first; in NewSlowPath() local861 if (HaveSameLiveRegisters(instruction, other_instruction) && in NewSlowPath()862 HaveSameStackMap(instruction, other_instruction)) { in NewSlowPath()