Searched refs:users (Results 176 - 200 of 200) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp343 // The users of this class want to replace all function references except
351 // indirect) users", so what we do is save the list of globals referenced by
1278 for (auto *U : C->users()){
1733 // Save unique users to avoid processing operand replacement
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1444 for (User *U : I.users()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp290 for (llvm::User *U : Fn->users()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2032 for (auto *U : I->users())
H A DInstructionSimplify.cpp5501 /// instruction simplified to itself. Make life easier for users by
5513 /// InstructionSimplify. Recursively visited users which could not be
5530 for (User *U : I->users())
5563 for (User *U : I->users())
H A DScalarEvolution.cpp4189 /// Push users of the given Instruction onto the given Worklist.
4194 for (User *U : I->users())
6124 for (auto *PoisonUser : Poison->users()) {
6788 for (auto *U : I->users())
11429 // Forget all the expressions associated with users of the old value,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp20 // "post-inc" users. This is not talking about post-increment addressing modes;
33 // case of post-increment users is users outside the loop.
42 // TODO: When truncation is free, truncate ICmp users' operands to make it a
128 /// bail out. This threshold is far beyond the number of users that LSR can
944 for (User *UR : UVal->users()) {
1004 /// still return true. Therefore, users still need to account for
1131 /// users of the same expression in common?
1853 /// chain collection, before LSR replaces IV users. During chain generation,
1925 /// dominate all the in-loop post-increment users
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4286 for (User *U : TrampMem->users()) {
4598 for (User *U : II->users())
H A DInstCombineSelect.cpp2338 if (llvm::any_of(SI.users(), [&](User *U) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1564 // The only checking we need to do now is that all users of all instructions
2165 for (User *U : I.users()) {
5562 for (auto *User : PHI->users()) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2620 other->anqp->users++;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3068 for (const auto *U : User->users()) {
3280 // Check if the condition of the select has one use or two users that are both
3283 return llvm::all_of(Cond->users(), [](const Value *V) {
9458 for (const User *U : A->users())
9626 for (const Value *U : Arg.users()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp432 // deleted, we must now notify all of our users (that should only be
531 for (const User *U : users()) {
584 /// 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-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5279 // Don't expect any other users than call sites
5334 for (auto *U : I.first->users()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2118 count_if(GV->users(), [&BB](const User *U) {
3331 /// Return true if all users of V are within function F, looking through
3335 for (auto *U : V->users())
3340 for (auto *UU : U->users())
3416 // This is only valid if all users are in a single function; we can't clone
11810 // Check that all the users could perform the shl themselves.
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure336 # These are left unexpanded so users can "make install exec_prefix=/foo"
850 --enable-install-libiberty Install headers for end users
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure336 # These are left unexpanded so users can "make install exec_prefix=/foo"
851 --enable-install-libiberty Install headers for end users
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5288 % file; b) letting users define the frontmatter in as flexible order as
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex5164 % file; b) letting users define the frontmatter in as flexible order as
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure484 # These are left unexpanded so users can "make install exec_prefix=/foo"
1008 for creating source tarballs for users without
/freebsd-11-stable/contrib/gcc/
H A Dconfigure336 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 intended for creating source tarballs for users
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10162 // Don't look at users of the chain.
10261 // Update the users of the node with the new indices
10342 /// Returns null if users were already updated.
11013 for (auto U : V->users()) {
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex6773 % file; b) letting users define the frontmatter in as flexible order as
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure485 # These are left unexpanded so users can "make install exec_prefix=/foo"
1034 --with-bugurl=URL Direct users to URL to report a bug

Completed in 1132 milliseconds

12345678