Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1066 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local
1072 IVIncs.push_back(IncV); in hoistIVInc()
1077 for (Instruction *I : llvm::reverse(IVIncs)) { in hoistIVInc()