Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp154 bool rewriteNonIntegerIVs(Loop *L);
409 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs() function in IndVarSimplify
1918 Changed |= rewriteNonIntegerIVs(L); in run()