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

123456789

/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend379 usr.bin/users \
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp290 for (llvm::User *U : Fn->users()) {
H A DCGStmt.cpp512 for (llvm::User *u : block->users()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2032 for (auto *U : I->users())
H A DMemorySSA.cpp1216 // users with live on entry.
1508 // arguments or users of globals, where the memory they use is defined before
2065 assert(is_contained(Def->users(), Use) &&
H A DScalarEvolutionExpander.cpp54 for (User *U : V->users())
1006 // its existing users.
1419 // changing the way postinc users are tracked, the only remedy is
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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1280 // Look for any users of the cmpxchg that are just comparing the loaded value
1283 for (auto User : CI->users()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1444 // but the users of this function should only use the low-word of the
1872 for (const User *U : V->users()) {
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1444 for (User *U : I.users()) {
/freebsd-12-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-12-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-12-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-12-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-12-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-12-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2620 other->anqp->users++;
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2117 count_if(GV->users(), [&BB](const User *U) {
3330 /// Return true if all users of V are within function F, looking through
3334 for (auto *U : V->users())
3339 for (auto *UU : U->users())
3415 // This is only valid if all users are in a single function; we can't clone
11809 // Check that all the users could perform the shl themselves.
/freebsd-12-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-12-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-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5288 % file; b) letting users define the frontmatter in as flexible order as

Completed in 812 milliseconds

123456789