Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp73 return G->getGraphNodeLabel(SU); in getNodeLabel()
DScheduleDAGInstrs.cpp1186 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGInstrs
DMachineScheduler.cpp3946 return G->getGraphNodeLabel(SU); in getNodeDescription()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h129 std::string getGraphNodeLabel(const SUnit *SU) const override;
DSelectionDAGPrinter.cpp284 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGSDNodes
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h345 std::string getGraphNodeLabel(const SUnit *SU) const override;
DScheduleDAG.h594 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;