Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp143 bool rewriteNonIntegerIVs(Loop *L);
481 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs() function in IndVarSimplify
2642 Changed |= rewriteNonIntegerIVs(L); in run()