Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp153 bool rewriteNonIntegerIVs(Loop *L);
408 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs() function in IndVarSimplify
2038 Changed |= rewriteNonIntegerIVs(L); in run()