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

/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h126 /// hasEdgeDestLabels - If this function returns true, the graph is able
128 static bool hasEdgeDestLabels() { function in struct:llvm::DefaultDOTGraphTraits
132 /// numEdgeDestLabels - If hasEdgeDestLabels, this function returns the
138 /// getEdgeDestLabel - If hasEdgeDestLabels, this function returns the
H A DGraphWriter.h211 if (DTraits.hasEdgeDestLabels()) {
294 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp39 static bool hasEdgeDestLabels() { function in struct:llvm::DOTGraphTraits

Completed in 115 milliseconds