HomeSort by relevance Sort by last modified time
    Searched defs:IsBottomUp (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 100 bool IsBottomUp;
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 124 /// isBottomUp - This is true if the scheduling problem is bottom-up, false if
126 bool isBottomUp;
169 : ScheduleDAGSDNodes(mf), isBottomUp(availqueue->isBottomUp()),
347 if (isBottomUp)
461 isBottomUp ? PendingQueue[i]->getHeight() : PendingQueue[i]->getDepth();
490 if (isBottomUp)
514 unsigned ReadyCycle = isBottomUp ? SU->getHeight() : SU->getDepth();
525 if (isBottomUp && SU->isCall)
533 HazardRec->getHazardType(SU, isBottomUp ? -Stalls : Stalls)
    [all...]

Completed in 796 milliseconds