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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp81 return G->getGraphNodeLabel(SU);
H A DScheduleDAGInstrs.cpp1377 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGInstrs
H A DMachineScheduler.cpp3519 return G->getGraphNodeLabel(SU);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGPrinter.cpp79 return G->getGraphNodeLabel(SU);
H A DScheduleDAGInstrs.h208 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DScheduleDAGInstrs.cpp647 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGInstrs
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h115 virtual std::string getGraphNodeLabel(const SUnit *SU) const;
H A DSelectionDAGPrinter.cpp272 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { function in class:ScheduleDAGSDNodes
/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.h310 std::string getGraphNodeLabel(const SUnit *SU) const override;
H A DScheduleDAG.h615 /// getGraphNodeLabel - Return a label for an SUnit node in a visualization
617 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h531 /// getGraphNodeLabel - Return a label for an SUnit node in a visualization
533 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;

Completed in 195 milliseconds