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()
150 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local153 UsersToUpdate.push_back(U); in addPHINodes()154 for (User *U : UsersToUpdate) in addPHINodes()
268 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() local272 llvm::for_each(UsersToUpdate, [ArgInParamAS](Value *V) { in handleByValParam()
1711 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local1714 UsersToUpdate.clear(); in insertSpills()1718 UsersToUpdate.push_back(I); in insertSpills()1720 if (UsersToUpdate.empty()) in insertSpills()1730 for (Instruction *I : UsersToUpdate) in insertSpills()