Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp484 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
580 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
602 PossibleIVs.push_back(&IV); in collectPossibleIVs()
1673 SmallInstructionVector PossibleIVs; in runOnLoop() local
1676 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1678 if (PossibleIVs.empty()) { in runOnLoop()
1689 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()