Home
last modified time | relevance | path

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

/llvm-project/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/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1669 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 DCFGPrinter.h231 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2343 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2345 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()