Searched refs:users (Results 51 - 75 of 205) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp303 // assigned. This works out fine as the users of Spills capture the info about
758 for (User *U : A->users()) {
1047 for (auto User : AI->users()) {
1080 for (auto U : AI->users()) {
1111 for (auto U : AI->users()) {
1144 for (User *U : AI->users()) {
1366 for (User *U : I.users())
1381 for (User *U : A.users())
1412 for (User *U : Alloc->users()) {
1424 for (User *U : I.users())
[all...]
H A DCoroElide.cpp200 for (User *U : CoroId->users()) {
214 for (User *U : CB->users())
H A DCoroInstr.h85 for (User *U : users())
92 for (User *U : users())
132 // TODO: Add a check that any remaining users of Inst are after coro.begin
133 // or add code to move the users after coro.begin.
H A DCoroEarly.cpp148 for (User *U : CoroId->users())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp203 for (User *U : PHIIn->users()) {
239 for (User *U : APHIOp->users()) {
291 for (User *U : LHS->users()) {
H A DCodeMetrics.cpp58 if (!all_of(V->users(), [&](const User *U) { return EphValues.count(U); }))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp117 for (User *CEUser : CE->users())
126 for (User *User : GV.users())
241 for (auto U : TypeCheckedLoadFunc->users()) {
H A DGlobalOpt.cpp186 /// This GV is a pointer root. Loop over all users of the global and clean up
273 /// We just marked GV constant. Loop over all users of the global, cleaning up
393 return llvm::all_of(U->users(),
414 // Otherwise, it must be a GEP. Check it and its users are safe to SRA.
421 for (User *U : GV->users()) {
428 // Check the gep and it's users are safe to SRA
498 // Loop over all users and create replacement variables for used aggregate
500 for (User *GEP : GV->users()) {
628 /// Return true if all users of the specified value will trap if the value is
633 for (const User *U : V->users()) {
[all...]
H A DArgumentPromotion.cpp168 for (User *U : I->users()) {
375 // If this is an unmodified argument, move the name and users over to the
412 for (User *U : TheAlloca->users()) {
424 // Otherwise, if we promoted this argument, then all users are load
425 // instructions (or GEPs with only load users), and all loads should be
494 for (User *U : Callee->users()) {
702 // Ensure that the only users of the GEP are load instructions.
703 for (User *GEPU : GEP->users())
741 return true; // No users, this is a dead argument.
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c240 for (i = 0; i < users && cp - line + 1 + strlen(user[i]) <
489 if (users == 0 && requests == 0)
494 for (u = user; u < &user[users]; u++)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h33 unsigned int users; member in struct:wpa_bss_anqp
H A Dbss.c54 * The allocated ANQP data structure has its users count set to 1. It may be
67 anqp->users = 1;
126 if (bss->anqp && bss->anqp->users > 1) {
131 anqp->users = 1;
132 bss->anqp->users--;
159 anqp->users--;
160 if (anqp->users > 0) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp52 for (const User *U : C->users())
H A DCallPromotionUtils.cpp113 for (User *U : OrigInst->users())
163 // Save the users of the calling instruction. These uses will be changed to
166 for (User *U : CS.getInstruction()->users())
H A DSimplifyIndVar.cpp37 STATISTIC(NumFoldedUser, "Number of IV users folded into a constant");
73 /// Iteratively perform simplification on a worklist of users of the
75 /// all simplifications to users of an IV.
460 for (auto *U : WO->users()) {
536 // Collect users of the trunc that look like comparisons against invariants.
539 for (auto *U : TI->users()) {
540 // We don't care about users in unreachable blocks.
771 for (auto *U : BO->users()) {
796 for (User *U : Def->users()) {
800 // Also ensure unique worklist users
[all...]
H A DSplitModule.cpp76 // Adds all GlobalValue users of V to the same cluster as GV.
79 for (auto *U : V->users()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp168 for (const User *U : CleanupPad->users())
265 for (const User *U : CatchPad->users()) {
308 for (const User *U : CleanupPad->users()) {
375 for (const User *U : CatchPad->users()) {
408 for (const User *U : CleanupPad->users()) {
542 for (const User *U : Cleanup->users())
566 for (const User *U : Catch->users())
603 for (const User *U : Cleanup->users()) {
H A DWasmEHPrepare.cpp184 for (User *U : ThrowF->users()) {
/freebsd-12-stable/contrib/ncurses/
H A DMakefile.os2109 $(WWWGET) ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/$@ > $@
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
97 echo "users wheel" >expout
129 echo "users" >expout
145 echo "users" >expout
152 echo "users" >expout
167 echo "users" >expout
174 echo "users" >expou
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp299 // affect other users.
305 // Apply the assumption to all other users of the specified pointer.
308 for (User *J : AAPtr->users()) {
364 for (User *UJ : J->users()) {
/freebsd-12-stable/share/mk/
H A Dbsd.opts.mk35 # Define MK_* variables (which are either "yes" or "no") for users
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp386 for (User *AllocaUser : Alloca->users()) {
407 for (User *GEPUser : AllocaUser->users()) {
528 for (User *User : Val->users()) {
580 // Don't collect the users of this.
656 for (const User *U : GV.users()) {
849 // touch the users.
H A DAMDGPUPropagateAttributes.cpp202 for (User *U : F.users()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp163 for (User *U : GV->users())

Completed in 320 milliseconds

123456789