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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LatencyPriorityQueue.h 50 bool isBottomUp() const { return false; }
  /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...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1490 milliseconds