Lines Matching refs:statements

50 contains some container statements like lexical scopes
62 of the C statements into GENERIC equivalents would involve walking the
73 * Class hierarchy of GIMPLE statements::
78 * Manipulating GIMPLE statements::
99 needed by most GIMPLE statements. There are some fields that
294 @node Class hierarchy of GIMPLE statements
295 @section Class hierarchy of GIMPLE statements
483 first operand is a sequence of statements to execute. If executing
484 these statements does not throw an exception, then the second operand
491 @item A sequence of statements to execute. When an exception occurs,
492 these statements are executed, and then the exception is rethrown.
494 @item A sequence of @code{GIMPLE_CATCH} statements. Each
632 Note that in GIMPLE, @code{if} statements are represented using
849 @node Manipulating GIMPLE statements
850 @section Manipulating GIMPLE statements
851 @cindex Manipulating GIMPLE statements
857 The following are common accessors for gimple statements.
1265 and a body of statements in sequence @code{BODY}.
1298 Append a sequence of statements to the end of a @code{GIMPLE_BIND}'s
1437 catch handles. @code{HANDLER} is a sequence of statements with the code
1630 effects (e.g.@: variable bindings) of all prior user statements are
1632 statements are.
1678 Set @code{FAILURE} to be the sequence of statements to execute on
1845 statements for which only one thread can execute. @code{NAME} is an
1872 Build a @code{GIMPLE_OMP_FOR} statement. @code{BODY} is sequence of statements
1875 sequence of statements that are loop invariant. @code{INDEX} is the
1942 Return the sequence of statements to execute before the @code{OMP_FOR}
1947 Set @code{PRE_BODY} to be the sequence of statements to execute before
1966 statements to be executed by just the master.
1978 @code{BODY} is the sequence of statements inside a loop that will
1991 @code{BODY} is sequence of statements which are executed in parallel.
2090 @code{BODY} is the sequence of statements in the section.
2108 section statements. @code{CLAUSES} are any of the @code{OMP} sections
2154 statements that will be executed once. @code{CLAUSES} are any of the
2309 expression to evaluate. @code{CLEANUP} is a sequence of statements to
2326 Return the sequence of statements used as the body for @code{GIMPLE_TRY}
2331 Return the sequence of statements used as the cleanup body for
2341 Set @code{EVAL} to be the sequence of statements to use as the body for
2347 Set @code{CLEANUP} to be the sequence of statements to use as the
2382 used in @code{GENERIC}. They are used to chain statements together, and
2384 framework for iterating through statements.
2415 Reverse the order of the statements in the sequence @code{SEQ}. Return
2453 Returns the sequence of statements in @code{BB}.
2457 Sets the sequence of statements in @code{BB} to @code{SEQ}.
2469 through statements in a sequence. Given a sequence @code{SEQ}, here is
2503 statements in the same direction.
2580 Links the sequence of statements @code{SEQ} before the statement pointed
2603 Move all statements in the sequence after @code{I} to a new sequence.
2608 Move all statements in the sequence before @code{I} to a new sequence.
2629 Like @code{gsi_insert_before}, but for all the statements in @code{SEQ}.
2642 Like @code{gsi_insert_after}, but for all the statements in @code{SEQ}.
2672 Add the sequence of statements in @code{SEQ} to the pending list of edge
2727 There are two functions available for walking statements and
2776 This function walks all the statements in the sequence @code{SEQ}
2779 is stopped and the value returned. Otherwise, all the statements