Home
last modified time | relevance | path

Searched refs:FixedRestorePoints (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1109 SmallVector<ProgramPoint, 4> FixedRestorePoints = RestorePoints; in fixPopsPlacements() local
1113 for (ProgramPoint &PP : FixedRestorePoints) { in fixPopsPlacements()
1142 FixedRestorePoints.clear(); in fixPopsPlacements()
1143 return FixedRestorePoints; in fixPopsPlacements()
1146 return FixedRestorePoints; in fixPopsPlacements()
1327 SmallVector<ProgramPoint, 4> FixedRestorePoints = in moveSaveRestores() local
1329 if (FixedRestorePoints.empty()) in moveSaveRestores()
1332 RestorePoints = FixedRestorePoints; in moveSaveRestores()