Home
last modified time | relevance | path

Searched refs:hasReadyFilter (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h446 bool hasReadyFilter() const { return HasReadyFilter; }
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp214 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
879 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
1647 bool hasReadyFilter, in RegReductionPQBase() argument
1653 : SchedulingPriorityQueue(hasReadyFilter), in RegReductionPQBase()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h537 bool hasReadyFilter() const { return HasReadyFilter; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp218 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
709 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
1536 bool hasReadyFilter, in RegReductionPQBase() argument
1541 : SchedulingPriorityQueue(hasReadyFilter), in RegReductionPQBase()