================
@@ -912,6 +912,9 @@ class ScalarEvolution {
     return getBackedgeTakenCount(L, SymbolicMaximum);
   }
 
+  const SCEV *getPredicatedSymbolicMaxBackedgeTakenCount(
----------------
fhahn wrote:
Added, thanks!
https://github.com/llvm/llvm-project/pull/93498