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