Searched refs:UsersToUpdate (Results 1 – 4 of 4) sorted by relevance
150 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local153 UsersToUpdate.push_back(U); in addPHINodes()154 for (User *U : UsersToUpdate) in addPHINodes()
119 SmallVector<User *, 16> UsersToUpdate(OrigInst->users()); in createRetPHINode() local120 for (User *U : UsersToUpdate) in createRetPHINode()170 SmallVector<User *, 16> UsersToUpdate(CB.users()); in createRetBitCast() local187 for (User *U : UsersToUpdate) in createRetBitCast()
563 SmallVector<User *, 16> UsersToUpdate(V.users()); in runOnKernelFunction() local564 for (User *U : UsersToUpdate) in runOnKernelFunction()
1995 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local1998 UsersToUpdate.clear(); in insertSpills()2002 UsersToUpdate.push_back(I); in insertSpills()2004 if (UsersToUpdate.empty()) in insertSpills()2017 for (Instruction *I : UsersToUpdate) { in insertSpills()