Searched refs:getOpcodeAnnotation (Results 1 – 3 of 3) sorted by relevance
36 if (N->getOpcodeAnnotation()) in writeDOTGraph()37 OS << "|" << N->getOpcodeAnnotation()->TheDef->getName(); in writeDOTGraph()
18 if (const auto *Annotation = getOpcodeAnnotation()) in print()
103 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; } in getOpcodeAnnotation() function