Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp349 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() local
353 for (Value *V : UsersToUpdate) in handleByValParam()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1796 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local
1799 UsersToUpdate.clear(); in insertSpills()
1803 UsersToUpdate.push_back(I); in insertSpills()
1805 if (UsersToUpdate.empty()) in insertSpills()
1815 for (Instruction *I : UsersToUpdate) { in insertSpills()