Searched refs:DontMoveAcrossStore (Results 1 – 5 of 5) sorted by relevance
418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local419 if (!I.isSafeToMove(DontMoveAcrossStore)) { in canSpeculateInstrs()
1915 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local1916 if (!PI->isSafeToMove(DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()2044 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local2045 if (!TIB->isSafeToMove(DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
244 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local245 if (!MI.isSafeToMove(DontMoveAcrossStore)) { in canSpeculateInstrs()
1101 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate() local1102 if ((!I.isSafeToMove(DontMoveAcrossStore)) && in IsLICMCandidate()
733 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local734 if (!MI.isSafeToMove(DontMoveAcrossStore)) { in FindCycleSinkCandidates()