Home
last modified time | relevance | path

Searched refs:UsersToUpdate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp115 SmallVector<User *, 16> UsersToUpdate(OrigInst->users()); in createRetPHINode() local
116 for (User *U : UsersToUpdate) in createRetPHINode()
166 SmallVector<User *, 16> UsersToUpdate(CB.users()); in createRetBitCast() local
183 for (User *U : UsersToUpdate) in createRetBitCast()
H A DLoopVersioning.cpp149 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local
152 UsersToUpdate.push_back(U); in addPHINodes()
153 for (User *U : UsersToUpdate) in addPHINodes()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp348 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() local
352 for (Value *V : UsersToUpdate) in handleByValParam()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1761 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local
1764 UsersToUpdate.clear(); in insertSpills()
1768 UsersToUpdate.push_back(I); in insertSpills()
1770 if (UsersToUpdate.empty()) in insertSpills()
1780 for (Instruction *I : UsersToUpdate) in insertSpills()