Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDOTGraphTraits.h107 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
DGraphWriter.h75 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels()
252 if (DTraits.getEdgeSourceLabel(Node, EI).empty()) in writeEdge()
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h99 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp52 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function