Home
last modified time | relevance | path

Searched refs:getEdgeDestLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h141 static std::string getEdgeDestLabel(const void *, unsigned) { in getEdgeDestLabel() function
H A DGraphWriter.h218 << DOT::EscapeString(DTraits.getEdgeDestLabel(Node, i)); in writeNode()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp45 static std::string getEdgeDestLabel(const void *Node, unsigned i) { in getEdgeDestLabel() function