Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h234 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1567 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel() function in __anonb0928b5c2a11::DisplayNode
1775 StringRef getEdgeSourceLabel(const unsigned &Source, in getEdgeSourceLabel() function in __anonb0928b5c2a11::DotCfgDiff
2005 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges()
2072 static std::string getEdgeSourceLabel(const DisplayNode *From, in getEdgeSourceLabel() function
2074 return From->getEdgeSourceLabel(**To); in getEdgeSourceLabel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2280 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2282 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()