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

/external/llvm/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.h124 if (DTraits.renderGraphFromBottomUp())
175 if (!DTraits.renderGraphFromBottomUp()) {
192 if (!DTraits.renderGraphFromBottomUp()) O << "|";
196 if (DTraits.renderGraphFromBottomUp()) O << "|";
199 if (DTraits.renderGraphFromBottomUp()) {
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp39 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3223 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp79 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp450 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits

Completed in 113 milliseconds