Lines Matching refs:Prev
70 const MCInst *Prev = nullptr; in removeUnnecessaryLoads() local
75 for (auto I = Prev ? SAE.expr_begin(*Prev) : SAE.expr_begin(BB); in removeUnnecessaryLoads()
86 Prev = &Inst; in removeUnnecessaryLoads()
94 Prev = &Inst; in removeUnnecessaryLoads()
98 for (auto I = Prev ? SAE.expr_begin(*Prev) : SAE.expr_begin(BB); in removeUnnecessaryLoads()
151 Prev = &Inst; in removeUnnecessaryLoads()
173 const MCInst *Prev = nullptr; in removeUnusedStores() local
179 for (auto I = Prev ? SRU.expr_begin(*Prev) : SRU.expr_begin(BB); in removeUnusedStores()
187 Prev = &Inst; in removeUnusedStores()
191 Prev = &Inst; in removeUnusedStores()
196 Prev ? SRU.expr_begin(*Prev) : SRU.expr_begin(BB))) { in removeUnusedStores()
197 Prev = &Inst; in removeUnusedStores()
214 Prev = &Inst; in removeUnusedStores()