Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp483 bool isLoopControlIV(Loop *L, Instruction *IV);
521 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() function in LoopReroll
597 if (isLoopControlIV(L, &IV)) { in collectPossibleIVs()