Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp477 bool isLoopControlIV(Loop *L, Instruction *IV);
515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() function in LoopReroll
595 if (isLoopControlIV(L, &*I)) { in collectPossibleIVs()