Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp464 bool isLoopControlIV(Loop *L, Instruction *IV);
491 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() function in LoopReroll
567 if (isLoopControlIV(L, &IV)) { in collectPossibleIVs()