Searched refs:getEdgeSourceLabel (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h103 /// getEdgeSourceLabel - If you want to label the edge source itself,
106 static std::string getEdgeSourceLabel(const void *, EdgeIter) { function in struct:llvm::DefaultDOTGraphTraits
H A DGraphWriter.h90 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
250 if (DTraits.getEdgeSourceLabel(Node, EI).empty())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h127 static std::string getEdgeSourceLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp49 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { function in struct:llvm::DOTGraphTraits

Completed in 49 milliseconds