Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DBitTracker.h75 struct UseQueueType { struct
76 UseQueueType() : Uses(Dist) {} in UseQueueType() argument
78 unsigned size() const { in size()
81 bool empty() const { in empty()
84 MachineInstr *front() const { in front()
87 void push(MachineInstr *MI) { in push()
91 void pop() { in pop()
95 void reset() { in reset()
99 struct Cmp {
104 std::priority_queue<MachineInstr*, std::vector<MachineInstr*>, Cmp> Uses;
[all …]