Searched defs:isBottomUp (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h50 bool isBottomUp() const { return false; } function in class:llvm::LatencyPriorityQueue
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp124 /// isBottomUp - This is true if the scheduling problem is bottom-up, false if
126 bool isBottomUp; member in class:__anon22671::ScheduleDAGRRList
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
1663 bool isBottomUp() const { return SF::IsBottomUp; } function in class:__anon22672::RegReductionPriorityQueue
[all...]

Completed in 347 milliseconds