Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler.cc437 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode() local
438 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()
442 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode() local
443 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()