Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h84 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription() function
H A DGraphWriter.h178 std::string NodeDesc = DTraits.getNodeDescription(Node, G); in writeNode()
203 std::string NodeDesc = DTraits.getNodeDescription(Node, G); in writeNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3908 static std::string getNodeDescription(const SUnit *SU, const ScheduleDAG *G) { in getNodeDescription() function