Home
last modified time | relevance | path

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

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