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. */
279 BODY is the sequence of statements to execute in the master section. */
283 BODY is the sequence of statements to execute in the taskgroup section. */
291 BODY is a the sequence of statements to be executed by all threads.
296 All the statements in BODY are moved into this newly created
310 BODY is a the sequence of statements to be executed by all threads.
315 All the statements in BODY are moved into this newly created
323 All the needed statements are emitted into the newly created
334 BODY is the sequence of statements in the section body. */
339 BODY is the sequence of statements in the sections body.
351 BODY is the sequence of statements inside the single section.
358 BODY is the sequence of statements inside the construct
362 All the statements in BODY are moved into this newly created
370 BODY is the sequence of statements inside the single section.
375 BODY is the sequence of statements to execute in the ordered section.