Searched refs:nextI (Results 1 – 2 of 2) sorted by relevance
547 MachineRegisterInfo::use_instr_iterator nextI; in markUsesInDebugValueAsUndef() local549 I != E; I = nextI) { in markUsesInDebugValueAsUndef()550 nextI = std::next(I); // I is invalidated by the setReg in markUsesInDebugValueAsUndef()
1097 MachineRegisterInfo::use_iterator nextI; in removeIfDead() local1099 E = MRI->use_end(); I != E; I = nextI) { in removeIfDead()1100 nextI = std::next(I); // I is invalidated by the setReg in removeIfDead()