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

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 11 // SchedulingPriorityQueue that schedules using latency information to
32 class LatencyPriorityQueue : public SchedulingPriorityQueue {
ResourcePriorityQueue.h 11 // SchedulingPriorityQueue that schedules using DFA state to
38 class ResourcePriorityQueue : public SchedulingPriorityQueue {
ScheduleDAG.h 488 /// SchedulingPriorityQueue - This interface is used to plug different
495 class SchedulingPriorityQueue {
500 SchedulingPriorityQueue(bool rf = false):
502 virtual ~SchedulingPriorityQueue() {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 55 SchedulingPriorityQueue *AvailableQueue;
72 SchedulingPriorityQueue *availqueue)
ScheduleDAGRRList.cpp 119 SchedulingPriorityQueue *AvailableQueue;
163 SchedulingPriorityQueue *availqueue,
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 35 void SchedulingPriorityQueue::anchor() { }

Completed in 107 milliseconds