Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SawStore

1402 /// SawStore is set to true, it means that there is a store (or call) between
1404 bool MachineInstr::isSafeToMove(AliasAnalysis *AA, bool &SawStore) const {
1412 SawStore = true;
1428 return !SawStore;