Lines Matching defs:SawStore
246 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
391 bool SawStore = true;
392 if (!MI.isSafeToMove(SawStore))
882 bool ProcessedBegin, SawStore = false;
912 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
1584 bool SawStore = false;
1636 SawStore = true;
1649 if (!SawStore)
1750 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore,
1757 if (!MI.isSafeToMove(SawStore))