Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDDOTGraphTraits.h112 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() function
HDGraphWriter.h92 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels()
300 if (DTraits.getEdgeSourceLabel(Node, EI).empty()) in writeEdge()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGPrinter.cpp45 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCFGPrinter.h231 static std::string getEdgeSourceLabel(const BasicBlock *Node,
/freebsd-head/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp1660 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel() function in __anon9c9807052a11::DisplayNode
1868 StringRef getEdgeSourceLabel(const unsigned &Source, in getEdgeSourceLabel() function in __anon9c9807052a11::DotCfgDiff
2097 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges()
2164 static std::string getEdgeSourceLabel(const DisplayNode *From, in getEdgeSourceLabel() function
2166 return From->getEdgeSourceLabel(**To); in getEdgeSourceLabel()
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSA.cpp2343 static std::string getEdgeSourceLabel(const BasicBlock *Node, in getEdgeSourceLabel() function
2345 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()