Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SawStore

1223 /// SawStore is set to true, it means that there is a store (or call) between
1227 bool &SawStore) const {
1235 SawStore = true;
1251 return !SawStore;
1261 bool SawStore = false;
1263 !isSafeToMove(TII, AA, SawStore))