Searched refs:DeferList (Results 1 – 1 of 1) sorted by relevance
89 SmallSetVector<MachineInstr *, 32> DeferList; member in Combiner::WorkListMaintainerImpl101 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()