Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDOTGraphTraits.h112 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
H A DGraphWriter.h92 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 DSelectionDAGPrinter.cpp45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCFGPrinter.h207 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1290 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 DMemorySSA.cpp2346 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2348 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()