Searched refs:IVIncs (Results 1 – 2 of 2) sorted by relevance
940 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local946 IVIncs.push_back(IncV); in hoistIVInc()951 for (auto I = IVIncs.rbegin(), E = IVIncs.rend(); I != E; ++I) { in hoistIVInc()
996 SmallVector<Instruction*, 4> IVIncs; in hoistIVInc() local1002 IVIncs.push_back(IncV); in hoistIVInc()1007 for (auto I = IVIncs.rbegin(), E = IVIncs.rend(); I != E; ++I) { in hoistIVInc()