Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h129 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function
H A DGraphWriter.h211 if (DTraits.hasEdgeDestLabels()) { in writeNode()
294 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels()) in emitEdge()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp37 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function