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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp77 return G->getGraphNodeLabel(SU);
H A DScheduleDAGInstrs.cpp1020 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGInstrs
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h123 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DSelectionDAGPrinter.cpp269 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGSDNodes
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h314 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DScheduleDAG.h556 /// getGraphNodeLabel - Return a label for an SUnit node in a visualization
558 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;

Completed in 99 milliseconds