Searched refs:DontMoveAcrossStore (Results 1 – 4 of 4) sorted by relevance
421 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local422 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
1957 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local1958 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()2081 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local2082 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
982 bool DontMoveAcrossStore = true; in IsLICMCandidate() local983 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()