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 494 /// SchedulingPriorityQueue - This interface is used to plug different
501 class SchedulingPriorityQueue {
506 SchedulingPriorityQueue(bool rf = false):
508 virtual ~SchedulingPriorityQueue() {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 56 SchedulingPriorityQueue *AvailableQueue;
73 SchedulingPriorityQueue *availqueue)
ScheduleDAGRRList.cpp 119 SchedulingPriorityQueue *AvailableQueue;
163 SchedulingPriorityQueue *availqueue,
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 36 void SchedulingPriorityQueue::anchor() { }

Completed in 1804 milliseconds