Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h134 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function
H A DGraphWriter.h256 if (DTraits.hasEdgeDestLabels()) { in writeNode()
343 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels()) in emitEdge()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp32 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() function