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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp82 return G->getGraphNodeLabel(SU);
H A DScheduleDAGInstrs.cpp1352 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGInstrs
H A DMachineScheduler.cpp3379 return G->getGraphNodeLabel(SU);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h119 std::string getGraphNodeLabel(const SUnit *SU) const override;
H A DSelectionDAGPrinter.cpp277 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGSDNodes
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h242 std::string getGraphNodeLabel(const SUnit *SU) const override;
H A DScheduleDAG.h597 /// getGraphNodeLabel - Return a label for an SUnit node in a visualization
599 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;

Completed in 180 milliseconds