Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h51 struct SIInstrWorklist { struct
56 MachineInstr *top() const { in top()
61 void erase_top() { in erase_top()
66 bool empty() const { return InstrList.empty(); } in empty()
68 void clear() { in clear()
75 SetVector<MachineInstr *> &getDeferredList() { return DeferredList; } in getDeferredList()
82 SetVector<MachineInstr *> DeferredList;