Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp487 bool isLoopControlIV(Loop *L, Instruction *IV);
525 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() function in LoopReroll
605 if (isLoopControlIV(L, &*I)) { in collectPossibleIVs()