/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple.def | 31 These are all the GIMPLE statements with register operands. */ 55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a 80 statements with memory and register operands. */ 104 represents inline assembly statements. 106 STRING is the string containing the assembly statements. 129 BODY is the sequence of statements inside the transaction. 135 /* GIMPLE_RETURN <RETVAL> represents return statements. 144 BODY is the sequence of statements in the scope. */ 149 sequence of statements that handle these types. */ 154 sequence of statements to execute on failure. */ [all …]
|
H A D | machmode.def | 37 The following statements can be used in this file -- all have 41 mode-classes.def, less the leading MODE_ prefix; some statements 64 Order matters in this file in so far as statements which refer to 66 statements which do not refer to other modes may appear in any
|
H A D | params.def | 718 statements within the block. Clearly for large blocks the code 722 of statements and PHI nodes allowed in a block which is going to 727 statements. So we can get the benefits of jump threading 729 throttle set at 15 statements. */ 732 …"Maximum number of statements allowed in a block that needs to be duplicated when threading jumps.… 793 /* Maximum number of statements in loop nest for loop interchange. */ 1064 "Maximum number of statements that will be visited by IPA formal " 1100 statements via if statements to using a table jump operation. If the value 1220 "Maximum number of statements to be included into a single static " 1226 …"Scale factor to apply to the number of statements in a threading path when comparing to the numbe… [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.def | 31 These are all the GIMPLE statements with register operands. */ 55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a 80 statements with memory and register operands. */ 104 represents inline assembly statements. 106 STRING is the string containing the assembly statements. 129 BODY is the sequence of statements inside the transaction. 135 /* GIMPLE_RETURN <RETVAL> represents return statements. 144 BODY is the sequence of statements in the scope. */ 149 sequence of statements that handle these types. */ 154 sequence of statements to execute on failure. */ [all …]
|
H A D | machmode.def | 38 The following statements can be used in this file -- all have 42 mode-classes.def, less the leading MODE_ prefix; some statements 65 Order matters in this file in so far as statements which refer to 67 statements which do not refer to other modes may appear in any
|
H A D | params.def | 678 statements within the block. Clearly for large blocks the code 682 of statements and PHI nodes allowed in a block which is going to 687 statements. So we can get the benefits of jump threading 689 throttle set at 15 statements. */ 692 …"Maximum number of statements allowed in a block that needs to be duplicated when threading jumps", 928 statements via if statements to using a table jump operation. If the value
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 50 contains some container statements like lexical scopes 62 of the C statements into GENERIC equivalents would involve walking the 77 * Manipulating GIMPLE statements:: 98 needed by most GIMPLE statements. There are some fields that 367 first operand is a sequence of statements to execute. If executing 368 these statements does not throw an exception, then the second operand 375 @item A sequence of statements to execute. When an exception occurs, 376 these statements are executed, and then the exception is rethrown. 378 @item A sequence of @code{GIMPLE_CATCH} statements. Each 516 Note that in GIMPLE, @code{if} statements are represented using [all …]
|
H A D | tree-ssa.texi | 41 * SSA Operands:: SSA names referenced by GIMPLE statements. 69 or memory location. Since statements come in different shapes and 448 It is also still possible to utilize lazy updating of statements, but this 454 statements modified via calls to @code{mark_stmt_modified} instead of 456 modified statements must have @code{update_stmt} called in order to bring them 565 Transformations that emit new code or replicate existing statements 704 It is possible to modify several statements at a time, provided that 706 LIFO order, as when processing a stack of statements. 774 @item Once before traversing all the statements in the @var{bb}. 778 @item Once after traversing all the statements and before recursing [all …]
|
H A D | passes.texi | 187 @item Remove useless statements 191 simplify @code{if} statements with constant conditions, remove 234 This pass flattens @code{if} statements (@code{COND_EXPR}) 236 this pass, all @code{if} statements will have exactly two @code{goto} 237 statements in its @code{then} and @code{else} arms. Lexical binding 293 This pass scans the function for statements without side effects whose 470 We identify if convertible loops, if-convert statements and merge 472 form so that vectorizer can have one to one mapping between statements 527 eliminate unnecessary control flow statements. It is located 543 For non-void functions, this pass locates return statements that do
|
/dflybsd-src/usr.sbin/rrenumd/ |
H A D | parser.y | 122 | statements 125 statements: 127 | statements statement
|
/dflybsd-src/sbin/natd/samples/ |
H A D | natd.cf.sample | 14 # or redirect_address statements are activated in this file! 90 # It's probably not a good idea to use DNS names in redirect_address statements
|
/dflybsd-src/tools/regression/bin/sh/parser/ |
H A D | case1.0 | 5 # Keywords can be used unquoted in case statements, except the keyword
|
/dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/ |
H A D | ada-tree.def | 65 the actual statements into this node. Gimplification consists of 71 point. LOOP_STMT_BODY are the statements in the body of the loop. And
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-score.texi | 139 Switch the destination of following statements into the bss section, 166 The @samp{;} character can be used to separate statements on the same
|
H A D | c-pj.texi | 51 The @samp{;} character can be used to separate statements on the same
|
H A D | c-epiphany.texi | 66 The @samp{`} character can be used to separate statements on the same
|
H A D | c-metag.texi | 73 You can use @samp{;} instead of a newline to separate statements.
|
H A D | c-ns32k.texi | 75 The @samp{;} character can be used to separate statements on the same
|
/dflybsd-src/libexec/bootpd/ |
H A D | ToDo | 14 of "data-driven" parser should be used so the big switch statements
|
/dflybsd-src/contrib/gcc-8.0/gcc/go/ |
H A D | lang.opt | 78 Functions which return values must end with return statements.
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | tree.c | 1974 htab_t *statements = (htab_t *) data; in verify_stmt_tree_r() local 1982 gcc_assert (!htab_find (*statements, t)); in verify_stmt_tree_r() 1984 slot = htab_find_slot (*statements, t, INSERT); in verify_stmt_tree_r() 1997 htab_t statements; in verify_stmt_tree() local 1998 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL); in verify_stmt_tree() 1999 cp_walk_tree (&t, verify_stmt_tree_r, &statements, NULL); in verify_stmt_tree() 2000 htab_delete (statements); in verify_stmt_tree()
|
/dflybsd-src/share/i18n/csmapper/KOI/ |
H A D | UCS%KOI8-R.src | 43 # mapping described in RFC 1489. No statements are made as to whether
|
H A D | UCS%GOST19768-74.src | 42 # mapping described in RFC 1489. No statements are made as to whether
|
H A D | GOST19768-74%UCS.src | 42 # mapping described in RFC 1489. No statements are made as to whether
|
H A D | KOI8-R%UCS.src | 42 # mapping described in RFC 1489. No statements are made as to whether
|