Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp483 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
579 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
606 PossibleIVs.push_back(&*I); in collectPossibleIVs()
1675 SmallInstructionVector PossibleIVs; in runOnLoop() local
1678 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1680 if (PossibleIVs.empty()) { in runOnLoop()
1691 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()