Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp488 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
584 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
611 PossibleIVs.push_back(&*I); in collectPossibleIVs()
1682 SmallInstructionVector PossibleIVs; in runOnLoop() local
1685 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1687 if (PossibleIVs.empty()) { in runOnLoop()
1698 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()