Home
last modified time | relevance | path

Searched refs:getNodeDescription (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDOTGraphTraits.h89 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription() function
H A DGraphWriter.h216 std::string NodeDesc = DTraits.getNodeDescription(Node, G); in writeNode()
251 std::string NodeDesc = DTraits.getNodeDescription(Node, G); in writeNode()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3915 static std::string getNodeDescription(const SUnit *SU, const ScheduleDAG *G) { in getNodeDescription() function