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()
348 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() local352 for (Value *V : UsersToUpdate) in handleByValParam()
1761 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local1764 UsersToUpdate.clear(); in insertSpills()1768 UsersToUpdate.push_back(I); in insertSpills()1770 if (UsersToUpdate.empty()) in insertSpills()1780 for (Instruction *I : UsersToUpdate) in insertSpills()