Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h107 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
H A DGraphWriter.h91 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels()
251 if (DTraits.getEdgeSourceLabel(Node, EI).empty()) in writeEdge()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h128 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp50 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function