Home
last modified time | relevance | path

Searched refs:other_instruction (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc368 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()
Dcode_generator.h858 InstructionType* other_instruction = it.first; in NewSlowPath() local
861 if (HaveSameLiveRegisters(instruction, other_instruction) && in NewSlowPath()
862 HaveSameStackMap(instruction, other_instruction)) { in NewSlowPath()