Searched refs:users (Results 201 - 208 of 208) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp446 // deleted, we must now notify all of our users (that should only be
612 for (const User *U : users()) {
665 /// eliminating any dead users of the constantexpr.
H A DAsmWriter.cpp193 // We may have lost some users.
268 // Use-list orders need to be serialized after all the users have been added
334 for (const User *U : MAV->users())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp915 // true to false on this flag, so we can replace it for all users.
2545 if (llvm::any_of(SI.users(), [&](User *U) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1451 // but the users of this function should only use the low-word of the
1879 for (const User *U : V->users()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3977 /// Push users of the given Instruction onto the given Worklist.
3982 for (User *U : I->users())
5912 for (auto *PoisonUser : Poison->users()) {
6587 for (auto *U : I->users())
11281 // Forget all the expressions associated with users of the old value,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2246 count_if(GV->users(), [&BB](const User *U) {
3529 /// Return true if all users of V are within function F, looking through
3533 for (auto *U : V->users())
3538 for (auto *UU : U->users())
3614 // This is only valid if all users are in a single function; we can't clone
12347 // Check that all the users could perform the shl themselves.
16307 auto *Sub = cast<Instruction>(*I->users().begin());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5375 // Don't expect any other users than call sites
5433 for (auto *U : I.first->users()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10686 // Don't look at users of the chain.
10785 // Update the users of the node with the new indices
10866 /// Returns null if users were already updated.
11610 // used outside of divergent blocks. The phi users need to also be treated as
11626 for (auto U : V->users()) {

Completed in 491 milliseconds

123456789