Searched refs:getEdgeSourceLabel (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 112 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
|
| H A D | GraphWriter.h | 92 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels() 300 if (DTraits.getEdgeSourceLabel(Node, EI).empty()) in writeEdge()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 223 static std::string getEdgeSourceLabel(const BasicBlock *Node,
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1313 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel() function in __anon0dac999d2511::DisplayNode 1521 StringRef getEdgeSourceLabel(const unsigned &Source, in getEdgeSourceLabel() function in __anon0dac999d2511::DotCfgDiff 1751 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges() 1818 static std::string getEdgeSourceLabel(const DisplayNode *From, in getEdgeSourceLabel() function 1820 return From->getEdgeSourceLabel(**To); in getEdgeSourceLabel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 2297 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function 2299 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
|