Lines Matching refs:UsePushPops
1150 bool UsePushPops) { in scheduleOldSaveRestoresRemoval() argument
1174 scheduleChange(&Inst, WorklistItem(UsePushPops in scheduleOldSaveRestoresRemoval()
1220 SmallVector<ProgramPoint, 4> &RestorePoints, bool UsePushPops) { in scheduleSaveRestoreInsertions() argument
1232 UsePushPops ? WorklistItem::InsertPushOrPop in scheduleSaveRestoreInsertions()
1262 UsePushPops ? WorklistItem::InsertPushOrPop in scheduleSaveRestoreInsertions()
1268 UsePushPops ? WorklistItem::InsertPushOrPop in scheduleSaveRestoreInsertions()
1324 bool UsePushPops = validatePushPopsMode(I, BestPosSave, SaveOffset); in moveSaveRestores() local
1326 if (UsePushPops) { in moveSaveRestores()
1330 UsePushPops = false; in moveSaveRestores()
1336 if (!UsePushPops) in moveSaveRestores()
1341 scheduleOldSaveRestoresRemoval(I, UsePushPops); in moveSaveRestores()
1342 scheduleSaveRestoreInsertions(I, BestPosSave, RestorePoints, UsePushPops); in moveSaveRestores()