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 492 /// SchedulingPriorityQueue - This interface is used to plug different
499 class SchedulingPriorityQueue {
504 SchedulingPriorityQueue(bool rf = false):
506 virtual ~SchedulingPriorityQueue() {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 54 SchedulingPriorityQueue *AvailableQueue;
71 SchedulingPriorityQueue *availqueue)
ScheduleDAGRRList.cpp 118 SchedulingPriorityQueue *AvailableQueue;
162 SchedulingPriorityQueue *availqueue,
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 34 void SchedulingPriorityQueue::anchor() { }

Completed in 2408 milliseconds