Searched refs:InstructionTypeId (Results 1 – 1 of 1) sorted by relevance
407 static const std::string InstructionTypeId(const HInstruction* instruction) { in InstructionTypeId() function416 std::string instruction_id = InstructionTypeId(instruction); in DumpAsDotNode()423 output << seperator << InstructionTypeId(input); in DumpAsDotNode()438 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()443 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()464 output << InstructionTypeId(instruction) << ":s -> end_of_scheduling:n " in DumpAsDotGraph()