Lines Matching defs:SawStore
239 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
376 bool SawStore = true;
377 if (!MI.isSafeToMove(AA, SawStore))
827 bool ProcessedBegin, SawStore = false;
857 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
1498 bool SawStore = false;
1550 SawStore = true;
1563 if (!SawStore)
1650 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore,
1657 if (!MI.isSafeToMove(AA, SawStore))