Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp47 struct FastPriorityQueue { struct
48 SmallVector<SUnit *, 16> Queue;
50 bool empty() const { return Queue.empty(); } in empty()
52 void push(SUnit *U) { in push()
56 SUnit *pop() { in pop()