Searched refs:instruction_id (Results 1 – 1 of 1) sorted by relevance
416 std::string instruction_id = InstructionTypeId(instruction); in DumpAsDotNode() local417 output << instruction_id << "[shape=record, label=\"" in DumpAsDotNode()418 << instruction_id << ' ' << instruction->DebugName() << " ["; in DumpAsDotNode()438 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()443 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()