Home
last modified time | relevance | path

Searched defs:FastPriorityQueue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp42 struct FastPriorityQueue { struct
43 SmallVector<SUnit *, 16> Queue;
45 bool empty() const { return Queue.empty(); } in empty()
47 void push(SUnit *U) { in push()
51 SUnit *pop() { in pop()