Lines Matching refs:statements
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. */
192 EVAL is the sequence of statements to execute on entry to GIMPLE_TRY.
194 CLEANUP is the sequence of statements to execute according to
235 BODY is the sequence of statements that are inside the critical section. */
276 BODY is the sequence of statements to execute in the master section. */
280 BODY is the sequence of statements to execute in the ordered section. */
288 BODY is a the sequence of statements to be executed by all threads.
293 All the statements in BODY are moved into this newly created
307 BODY is a the sequence of statements to be executed by all threads.
312 All the statements in BODY are moved into this newly created
320 All the needed statements are emitted into the newly created
331 BODY is the sequence of statements in the section body. */
336 BODY is the sequence of statements in the sections body.
348 BODY is the sequence of statements inside the single section.