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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp81 return G->getGraphNodeLabel(SU);
H A DScheduleDAGInstrs.cpp1008 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGInstrs
H A DMachineScheduler.cpp3106 return G->getGraphNodeLabel(SU);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h124 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DSelectionDAGPrinter.cpp269 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGSDNodes
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h225 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DScheduleDAG.h577 /// getGraphNodeLabel - Return a label for an SUnit node in a visualization
579 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;

Completed in 132 milliseconds