Searched refs:getEdgeSourceLabel (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 207 static std::string getEdgeSourceLabel(const BasicBlock *Node,
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1290 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel() function in __anone1b304962011::DisplayNode 1498 StringRef getEdgeSourceLabel(const unsigned &Source, in getEdgeSourceLabel() function in __anone1b304962011::DotCfgDiff 1728 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges() 1795 static std::string getEdgeSourceLabel(const DisplayNode *From, in getEdgeSourceLabel() function 1797 return From->getEdgeSourceLabel(**To); in getEdgeSourceLabel()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 2346 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function 2348 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
|