Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1041 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local
1047 IVIncs.push_back(IncV); in hoistIVInc()
1052 for (Instruction *I : llvm::reverse(IVIncs)) { in hoistIVInc()