Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp46 struct FastPriorityQueue { struct
47 SmallVector<SUnit *, 16> Queue;
49 bool empty() const { return Queue.empty(); } in empty()
51 void push(SUnit *U) { in push()
55 SUnit *pop() { in pop()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A 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()