Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h223 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1313 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel() function in __anon0dac999d2511::DisplayNode
1521 StringRef getEdgeSourceLabel(const unsigned &Source, in getEdgeSourceLabel() function in __anon0dac999d2511::DotCfgDiff
1751 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges()
1818 static std::string getEdgeSourceLabel(const DisplayNode *From, in getEdgeSourceLabel() function
1820 return From->getEdgeSourceLabel(**To); in getEdgeSourceLabel()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2297 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2299 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()