HomeSort by: relevance | last modified time | path
    Searched refs:renderGraphFromBottomUp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 54 /// renderGraphFromBottomUp - If this function returns true, the graph is
57 static bool renderGraphFromBottomUp() {
GraphWriter.h 138 if (DTraits.renderGraphFromBottomUp())
170 if (!DTraits.renderGraphFromBottomUp()) {
188 if (!DTraits.renderGraphFromBottomUp()) O << "|";
192 if (DTraits.renderGraphFromBottomUp()) O << "|";
195 if (DTraits.renderGraphFromBottomUp()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 34 static bool renderGraphFromBottomUp() {
MachineScheduler.cpp 3873 static bool renderGraphFromBottomUp() {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 76 static bool renderGraphFromBottomUp() {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 518 static bool renderGraphFromBottomUp() { return true; }

Completed in 19 milliseconds