Searched refs:use (Results 151 - 175 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gcc/
H A Dflow.c220 /* For use in communicating between propagate_block and its subroutines.
221 Holds all information needed to compute life and def-use information. */
275 where given register died. When the register is marked alive, we use the
367 /* Record which registers will be eliminated. We use this in
979 Assume the pic register is not in use, or will be handled by
1100 useful work. We use AUX non-null to flag that the block is queued. */
1158 If the use of 'a' is deleted between two calculations of liveness
1170 times than the maximum number of rounds, we use the following strategy:
1660 pool. If that is the only use we must discard the table
1752 so the next insn can't use i
4285 rtx use; local
[all...]
H A Dloop-iv.c21 /* This is a simple analysis of induction variables of the loop. The major use
26 Induction variable is analyzed by walking the use-def chains. When a biv
39 corresponding to the use of register REG in INSN to IV. Returns true if
41 If use of REG is not found in INSN, following insns are scanned (so that
72 dominate the use. */
75 /* The use is trivial invariant of the loop, i.e. is not changed
79 /* The use is reached by initial value and a value from the
83 /* The use has single dominating def. */
305 /* Gets definition of REG reaching its use in INSN and stores it to DEF. */
310 struct df_ref *use, *ade local
[all...]
H A Dtree-cfg.c59 which use a particular edge. The CASE_LABEL_EXPRs are chained together
290 computed goto will use for their goto destination. */
961 /* Find a suitable label for each block. We use the first user-defined
1257 use_operand_p use; local
1265 FOR_EACH_IMM_USE_ON_STMT (use, imm_iter)
1267 replace_exp (use, val);
1271 e = PHI_ARG_EDGE (stmt, PHI_ARG_INDEX_FROM_USE (use));
1329 tree def = PHI_RESULT (phi), use = PHI_ARG_DEF (phi, 0); local
1331 bool may_replace_uses = may_propagate_copy (def, use);
1337 && TREE_CODE (use)
[all...]
H A Dtree-outof-ssa.c863 This will ensure the first use is coming from the correct location. */
1017 /* Replace use operand P with whatever variable it has been rewritten to based
1247 expression if there is only one use of the variable.
1252 Variables which only have one use, and whose defining stmt is considered
1259 When the use of a replaceable ssa_variable is encountered, the dependence
1521 /* This variable is being substituted, so use whatever dependences
1564 /* Punt if there is more than 1 def, or more than 1 use. */
1600 /* Add this expression to the dependency list for each use partition. */
1728 tree stmt, def, use; local
1741 FOR_EACH_SSA_TREE_OPERAND (use, stm
[all...]
H A Dtree-sra.c142 /* A flag for use with/after random access traversals. */
661 couldn't quite identify and had to force the use of the entire object. */
662 void (*use) (struct sra_elt *elt, tree *expr_p,
738 fns->use (elt, expr_p, bsi, is_output, use_all_p);
885 fns->use (rhs_elt, &TREE_OPERAND (expr, 1), bsi, false, false);
932 fns->use (lhs_elt, &TREE_OPERAND (expr, 0), bsi, true, false);
659 void (*use) (struct sra_elt *elt, tree *expr_p, member in struct:sra_walk_fns
H A Dtree-ssa-loop-niter.c544 -- in this case we can use the information whether the control induction
585 signedness analysis cannot be relied upon. We use them e.g. in the
897 of loop header copies we use for simplifying a conditional
1041 -Wunsafe-loop-optimizations was given, warn if the optimizer is going to use
1259 tree use; local
1282 use = SINGLE_SSA_TREE_OPERAND (stmt, SSA_OP_USE);
1283 if (use == NULL_USE_OPERAND_P)
1286 return chain_of_csts_start (loop, use);
1648 programs that use overflowing signed arithmetics even with
1751 use th
[all...]
H A Dcalls.c113 to use parent's incoming argument slots when they have been already
297 "call" or "call_value" insns, then we must use the popping versions
878 We use to emit a clobber here but that doesn't let later
1011 /* We can't use sibcalls if a callee-copied argument is
1446 /* Given a FNDECL and EXP, return an rtx suitable for use as a target address
1462 /* If this is the first use of the function, see if we need to
1552 to -1 if we just use a normal move insn. This value can be
1949 /* The static chain value to use for this call. */
2076 virtual_outgoing_args_rtx, we can use always use i
3729 rtx use; local
[all...]
H A Dtree-ssa-ccp.c55 assignment into the worklists, so that statements that use V_i
106 SSA, but we do build a factored use-def web for them (in the
175 and STORE-CCP use the exact same algorithm. The only distinction
473 tree use; local
506 FOR_EACH_SSA_TREE_OPERAND (use, stmt, iter, SSA_OP_USE|SSA_OP_VUSE)
508 prop_value_t *val = get_value (use, true);
1572 element type (so we can use the alignment if it's not constant).
2088 If ARG is an SSA name variable, follow its use-def chains. If LENGTH
2262 /* Try to use the dataflow information gathered by the CCP process. */
2287 of a valid gimple value, then we can not use th
[all...]
H A Ddf.h69 #define DF_REF_TYPE_NAMES {"def", "use", "mem load", "mem store"}
73 /* Read-modify-write refs generate both a use and a def and
83 /* If this flag is set, this is not a real definition/use, but an
88 /* If this flag is set for an artificial use or def, that ref
90 for an artificial use or def, that ref logically happens at the
94 /* This flag is set if the use is inside a REG_EQUAL note. */
118 /* This flag is set if this ref is a partial use or def of the
258 struct df_ref *uses; /* Head of insn-use chain. */
271 struct df_ref *reg_chain; /* Head of reg-use or def chain. */
277 for every register reference (use o
539 bitmap use; /* The set of registers used in this block. */ member in struct:df_lr_bb_info
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlib.mk59 # NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR}
97 # If you use -fPIC you need to define BIGPIC to turn on 32-bit
182 # so we don't need to use lorder or tsort
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c28 ERROR README: and use -DNEWDB instead.
1176 ** Even if this assumption is wrong, we use only one byte,
2593 ** Berkeley DB can use internal shared memory
3357 ** Connect to the LDAP server. Re-use existing connections since a
4100 syserr("Must compile with -DUSE_LDAP_INIT to use LDAP URIs (-H) in map %s",
4404 /* need to use method to map secret to passwd string */
4549 int use; local
4566 use = i;
4572 use = 0;
4591 lmap->ldap_attr[use]
[all...]
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S5 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s6 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Ddisk.s6 # Redistribution and use in source and binary forms, with or without
H A Dselector.s6 # Redistribution and use in source and binary forms, with or without
88 # SYSM: space filled string. Don't use sc_puts.
/freebsd-9.3-release/usr.bin/lex/
H A Dflexdef.h14 * Redistribution and use in source and binary forms are permitted provided
20 * all advertising materials mentioning features or use of this software.
45 #pragma warn -use
265 * of out-transitions to use the proto as an acceptable close match.
355 * useecs - if true (-Ce flag), use equivalence classes
357 * usemecs - if true (-Cm flag), use meta-equivalence classes
358 * fullspd - if true (-F flag), use Jacobson method of table representation
368 * use_read - if true (-f, -F, or -Cr) then use read() for scanner input;
369 * otherwise, use fread().
414 * yyclass - yyFlexLexer subclass to use fo
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm14 ! those programs without any restriction coming from the use of this
H A Dsol2-gc1.asm14 ! those programs without any restriction coming from the use of this
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc193 // If this OS has posix_spawn and there is no memory limit being implied, use
/freebsd-9.3-release/share/mk/
H A Dbsd.prog.mk8 # XXX The use of COPTS in modern makefiles is discouraged.
/freebsd-9.3-release/sys/netinet6/
H A Din6_src.c5 * Redistribution and use in source and binary forms, with or without
36 * Redistribution and use in source and binary forms, with or without
151 * an entry to the caller for later use.
167 goto next; /* XXX: we can't use 'continue' here */ \
172 goto out; /* XXX: we can't use 'break' here */ \
197 * neighbor discovery code should use this feature, where
218 * address. If everything is okay, use the address as source.
269 * Otherwise, if the socket has already bound the source, just use it.
281 * Bypass source address selection and use the primary jail IP
317 * XXX: we should probably use sin6_scope_i
[all...]
H A Din6_var.h5 * Redistribution and use in source and binary forms, with or without
36 * Redistribution and use in source and binary forms, with or without
145 u_quad_t use; /* statistics */ member in struct:in6_addrpolicy
532 * NOTE: overlapping use of struct ip6_msource fields at start.
621 * are maintained here to optimize for common use-cases.
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c426 /* This is for gcc to use. It's only just been added (2/94), so gcc
427 won't be able to use it for a while -- probably a year or more.
440 /* use */
1963 /* We don't have a constant repeat count, so we can't use
2647 support that--use a linker script instead. */
2840 /* The MRI assembler seems to use different forms of .sect for
3010 retain the value of the symbol at the point of use. */
3660 This has a split personality. We use expression() to read the
4079 register valueT use;
4109 use
4074 register valueT use; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Dndis_events.c505 * MSNdis events. If this fails, use the provided description.
620 return 0; /* use Win32_NetworkAdapter::Name */
634 return 0; /* use Win32_NetworkAdapter::Name */
662 return 0; /* use Win32_NetworkAdapter::Name */
675 return 0; /* use Win32_NetworkAdapter::Name */
687 return 0; /* use Win32_NetworkAdapter::Name */
738 * per process, so let's use wmi_first flag to protect against
770 wpa_printf(MSG_DEBUG, "ndis_events: use adapter descriptor '%S'",
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt138 use the incoming mailbox registers to interrupt and issue commands to
237 module's use. Generally a platform module set is split into a bus
271 XS_TAG_TYPE(xs) which type of tag to use
313 on the Request and Reponse queues. Another callback can enable the *use*
397 This section could use a lot of expansion, but this covers the basics.
523 if the connection is to a fabric, use Simple Name Server mailbox mediated

Completed in 330 milliseconds

123456789