Home
last modified time | relevance | path

Searched refs:DeferList (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp89 SmallSetVector<MachineInstr *, 32> DeferList; member in Combiner::WorkListMaintainerImpl
101 DeferList.clear(); in reset()
110 DeferList.remove(&MI); in erasingInstr()
123 DeferList.insert(&MI); in createdInstr()
142 DeferList.insert(&MI); in changedInstr()
154 while (!DeferList.empty()) { in appliedCombine()
155 MachineInstr &MI = *DeferList.pop_back_val(); in appliedCombine()