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

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 50 bool isBottomUp() const { return false; }
ScheduleDAG.h 437 virtual bool isBottomUp() const = 0;
542 void VerifySchedule(bool isBottomUp);
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 352 void ScheduleDAG::VerifySchedule(bool isBottomUp) {
369 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) >
375 << (isBottomUp ? "Height" : "Depth") << " value!\n";
378 if (isBottomUp) {
  /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 90 milliseconds