Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h107 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
H A DGraphWriter.h90 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels()
248 if (DTraits.getEdgeSourceLabel(Node, EI).empty()) in writeEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp49 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h207 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp2292 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2294 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()