Searched refs:UsersToUpdate (Results 1 – 4 of 4) sorted by relevance
115 SmallVector<User *, 16> UsersToUpdate(OrigInst->users()); in createRetPHINode() local116 for (User *U : UsersToUpdate) in createRetPHINode()166 SmallVector<User *, 16> UsersToUpdate(CB.users()); in createRetBitCast() local183 for (User *U : UsersToUpdate) in createRetBitCast()
149 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local152 UsersToUpdate.push_back(U); in addPHINodes()153 for (User *U : UsersToUpdate) in addPHINodes()
349 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() local353 for (Value *V : UsersToUpdate) in handleByValParam()
1796 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local1799 UsersToUpdate.clear(); in insertSpills()1803 UsersToUpdate.push_back(I); in insertSpills()1805 if (UsersToUpdate.empty()) in insertSpills()1815 for (Instruction *I : UsersToUpdate) { in insertSpills()