Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h71 struct UseQueueType { struct
72 UseQueueType() : Uses(Dist) {} in UseQueueType() function
74 unsigned size() const { in size()
77 bool empty() const { in empty()
80 MachineInstr *front() const { in front()
83 void push(MachineInstr *MI) { in push()
87 void pop() { in pop()
91 void reset() { in reset()
95 struct Cmp {
100 DenseSet<const MachineInstr*> Set; // Set to avoid adding duplicate entries.
[all …]