HomeSort by: relevance | last modified time | path
    Searched refs:SchedulingPriorityQueue (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 10 // SchedulingPriorityQueue that schedules using latency information to
32 class LatencyPriorityQueue : public SchedulingPriorityQueue {
ResourcePriorityQueue.h 10 // SchedulingPriorityQueue that schedules using DFA state to
37 class ResourcePriorityQueue : public SchedulingPriorityQueue {
ScheduleDAG.h 496 class SchedulingPriorityQueue {
503 SchedulingPriorityQueue(bool rf = false) : HasReadyFilter(rf) {}
505 virtual ~SchedulingPriorityQueue() = default;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 55 SchedulingPriorityQueue *AvailableQueue;
71 SchedulingPriorityQueue *availqueue)
ScheduleDAGRRList.cpp 144 SchedulingPriorityQueue *AvailableQueue;
190 SchedulingPriorityQueue *availqueue,
1725 class RegReductionPQBase : public SchedulingPriorityQueue {
1759 : SchedulingPriorityQueue(hasReadyFilter), TracksRegPressure(tracksrp),
1871 // This is a SchedulingPriorityQueue that schedules using Sethi Ullman numbers
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAG.cpp 51 void SchedulingPriorityQueue::anchor() {}

Completed in 31 milliseconds