Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h129 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function
H A DGraphWriter.h208 if (DTraits.hasEdgeDestLabels()) { in writeNode()
291 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels()) in emitEdge()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp36 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function