Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Stores

57     bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
134 SmallPtrSet<Instruction *, 8> Stores;
147 if (SinkInstruction(Inst, Stores))
157 SmallPtrSet<Instruction *, 8> &Stores) {
160 Stores.insert(Inst);
166 for (SmallPtrSet<Instruction *, 8>::iterator I = Stores.begin(),
167 E = Stores.end(); I != E; ++I)
195 // We cannot sink a load across a critical edge - there may be stores in
220 SmallPtrSet<Instruction *, 8> &Stores) {
222 if (!isSafeToMove(Inst, AA, Stores))