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

/freebsd-11.0-release/contrib/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.h123 if (DTraits.renderGraphFromBottomUp())
174 if (!DTraits.renderGraphFromBottomUp()) {
192 if (!DTraits.renderGraphFromBottomUp()) O << "|";
196 if (DTraits.renderGraphFromBottomUp()) O << "|";
199 if (DTraits.renderGraphFromBottomUp()) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp38 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3344 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp79 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp463 static bool renderGraphFromBottomUp() { function in struct:llvm::DOTGraphTraits

Completed in 53 milliseconds