Searched defs:isLoopControlIV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp441 bool isLoopControlIV(Loop *L, Instruction *IV);
519 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { function in class:LoopReroll
607 if (isLoopControlIV(L, &*I)) {
1160 // comment above LoopReroll::isLoopControlIV for more information.

Completed in 75 milliseconds