Home
last modified time | relevance | path

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

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