Searched refs:UsersToUpdate (Results 1 – 4 of 4) sorted by relevance
149 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local152 UsersToUpdate.push_back(U); in addPHINodes()153 for (User *U : UsersToUpdate) in addPHINodes()
121 SmallVector<User *, 16> UsersToUpdate(OrigInst->users()); in createRetPHINode() local122 for (User *U : UsersToUpdate) in createRetPHINode()172 SmallVector<User *, 16> UsersToUpdate(CB.users()); in createRetBitCast() local189 for (User *U : UsersToUpdate) in createRetBitCast()
641 SmallVector<User *, 16> UsersToUpdate(V.users()); in runOnKernelFunction() local642 for (User *U : UsersToUpdate) in runOnKernelFunction()
1198 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local1201 UsersToUpdate.clear(); in insertSpills()1210 UsersToUpdate.push_back(I); in insertSpills()1213 if (UsersToUpdate.empty()) in insertSpills()1226 for (Instruction *I : UsersToUpdate) in insertSpills()