Searched refs:DontMoveAcrossStore (Results 1 – 5 of 5) sorted by relevance
419 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local420 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
1862 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local1863 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()1986 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local1987 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
237 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
970 bool DontMoveAcrossStore = true; in IsLICMCandidate() local971 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
397 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local398 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates()