Searched refs:SchedulingPriorityQueue (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h11 // SchedulingPriorityQueue that schedules using latency information to
32 class LatencyPriorityQueue : public SchedulingPriorityQueue {
H A DResourcePriorityQueue.h11 // SchedulingPriorityQueue that schedules using DFA state to
38 class ResourcePriorityQueue : public SchedulingPriorityQueue {
H A DScheduleDAG.h488 /// SchedulingPriorityQueue - This interface is used to plug different
495 class SchedulingPriorityQueue { class in class:llvm::SUnit
500 SchedulingPriorityQueue(bool rf = false): function in class:llvm::SUnit::SchedulingPriorityQueue
502 virtual ~SchedulingPriorityQueue() {}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp55 SchedulingPriorityQueue *AvailableQueue;
72 SchedulingPriorityQueue *availqueue)
H A DScheduleDAGRRList.cpp119 SchedulingPriorityQueue *AvailableQueue;
163 SchedulingPriorityQueue *availqueue,
1529 // This is a SchedulingPriorityQueue that schedules using Sethi Ullman numbers
1614 class RegReductionPQBase : public SchedulingPriorityQueue {
1649 : SchedulingPriorityQueue(hasReadyFilter),
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp35 void SchedulingPriorityQueue::anchor() { }

Completed in 515 milliseconds