Searched refs:renderGraphFromBottomUp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DDOTGraphTraits.h55 /// renderGraphFromBottomUp - If this function returns true, the graph is
58 static bool renderGraphFromBottomUp() { function in struct:llvm::DefaultDOTGraphTraits
H A DGraphWriter.h119 if (DTraits.renderGraphFromBottomUp())
170 if (!DTraits.renderGraphFromBottomUp()) {
183 if (!DTraits.renderGraphFromBottomUp()) O << "|";
187 if (DTraits.renderGraphFromBottomUp()) O << "|";
190 if (DTraits.renderGraphFromBottomUp()) {
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScheduleDAGPrinter.cpp40 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp78 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits

Completed in 207 milliseconds