Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp81 return G->getGraphNodeLabel(SU); in getNodeLabel()
DScheduleDAGInstrs.cpp986 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGInstrs
DMachineScheduler.cpp2751 return G->getGraphNodeLabel(SU); in getNodeDescription()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h124 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
DSelectionDAGPrinter.cpp269 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGSDNodes
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h220 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
DScheduleDAG.h579 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;