Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1058 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local
1064 IVIncs.push_back(IncV); in hoistIVInc()
1069 for (auto I = IVIncs.rbegin(), E = IVIncs.rend(); I != E; ++I) { in hoistIVInc()