Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp73 return G->getGraphNodeLabel(SU); in getNodeLabel()
H A DScheduleDAGInstrs.cpp1197 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { in dump()
1200 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { getGraphNodeLabel() function in ScheduleDAGInstrs
H A DMachineScheduler.cpp4430 return G->getGraphNodeLabel(SU); in getNodeAttributes()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h129 std::string getGraphNodeLabel(const SUnit *SU) const override;
H A DSelectionDAGPrinter.cpp284 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGSDNodes
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h359 std::string getGraphNodeLabel(const SUnit *SU) const override;
H A DScheduleDAG.h621 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;