Searched refs:hasReadyFilter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h513 bool hasReadyFilter() const { return HasReadyFilter; } function in class:llvm::SUnit::SchedulingPriorityQueue
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp215 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() ||
871 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) {
1643 bool hasReadyFilter,
1649 : SchedulingPriorityQueue(hasReadyFilter),

Completed in 111 milliseconds