Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp804 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local
810 IVIncs.push_back(IncV); in hoistIVInc()
815 for (Instruction *I : llvm::reverse(IVIncs)) { in hoistIVInc()