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

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 50 bool isBottomUp() const { return false; }
  /external/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 92 milliseconds