Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp465 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
550 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
572 PossibleIVs.push_back(&IV); in collectPossibleIVs()
1643 SmallInstructionVector PossibleIVs; in runOnLoop() local
1646 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1648 if (PossibleIVs.empty()) { in runOnLoop()
1659 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()