Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp940 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local
946 IVIncs.push_back(IncV); in hoistIVInc()
951 for (auto I = IVIncs.rbegin(), E = IVIncs.rend(); I != E; ++I) { in hoistIVInc()