Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SawStore

1156 /// SawStore is set to true, it means that there is a store (or call) between
1160 bool &SawStore) const {
1163 SawStore = true;
1179 return !SawStore && !hasVolatileMemoryRef();
1189 bool SawStore = false;
1191 !isSafeToMove(TII, AA, SawStore))