Searched refs:getEdgeSourceLabel (Results 1 – 6 of 6) sorted by relevance
/llvm-project/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()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1669 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { 1877 StringRef getEdgeSourceLabel(const unsigned &Source, 2107 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); 2174 static std::string getEdgeSourceLabel(const DisplayNode *From, in generateDotFile() 2176 return From->getEdgeSourceLabel(**To); in generateDotFile() 1651 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { getEdgeSourceLabel() function in __anon5eea9d392a11::DisplayNode 1859 StringRef getEdgeSourceLabel(const unsigned &Source, getEdgeSourceLabel() function in __anon5eea9d392a11::DotCfgDiff 2155 static std::string getEdgeSourceLabel(const DisplayNode *From, getEdgeSourceLabel() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 231 static std::string getEdgeSourceLabel(const BasicBlock *Node,
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 2343 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function 2345 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
|