Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp482 bool isLoopControlIV(Loop *L, Instruction *IV);
520 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() function in LoopReroll
600 if (isLoopControlIV(L, &*I)) { in collectPossibleIVs()