Searched refs:gfc_trans_code (Results 1 – 17 of 17) sorted by relevance
23 tree gfc_trans_code (gfc_code *);
1429 return gfc_trans_code (code->next); in gfc_trans_if_1()1448 stmt = gfc_trans_code (code->next); in gfc_trans_if_1()1601 tmp = gfc_trans_code (code->block->next); in gfc_trans_critical()2276 gfc_add_expr_to_block (&body, gfc_trans_code (ns->code)); in gfc_trans_block_construct()2819 tmp = gfc_trans_code (code->block->next); in gfc_trans_do_while()2913 tmp = gfc_trans_code (c->next); in gfc_trans_select_type_cases()3092 tmp = gfc_trans_code (c->next); in gfc_trans_integer_select()3172 gfc_add_expr_to_block (&block, gfc_trans_code (t->next)); in gfc_trans_logical_select()3197 true_tree = gfc_trans_code (t->next); in gfc_trans_logical_select()3200 false_tree = gfc_trans_code (f->next); in gfc_trans_logical_select()[all …]
3601 stmt = gfc_trans_code (code); in gfc_trans_omp_code()4082 stmt = gfc_trans_code (code->block->next); in gfc_trans_omp_critical()4539 tree stmt = gfc_trans_code (code->block->next); in gfc_trans_omp_master()4551 return gfc_trans_code (code->block ? code->block->next : NULL); in gfc_trans_omp_ordered()4557 code->block ? gfc_trans_code (code->block->next) in gfc_trans_omp_ordered()5175 tree body = gfc_trans_code (code->block->next); in gfc_trans_omp_taskgroup()
2208 gfc_trans_code (gfc_code * code) in gfc_trans_code() function
6865 tmp = gfc_trans_code (ns->code); in gfc_generate_function_code()
1465 return gfc_trans_code (code->next); in gfc_trans_if_1()1484 stmt = gfc_trans_code (code->next); in gfc_trans_if_1()1637 tmp = gfc_trans_code (code->block->next); in gfc_trans_critical()2314 gfc_add_expr_to_block (&body, gfc_trans_code (ns->code)); in gfc_trans_block_construct()2857 tmp = gfc_trans_code (code->block->next); in gfc_trans_do_while()2951 tmp = gfc_trans_code (c->next); in gfc_trans_select_type_cases()3130 tmp = gfc_trans_code (c->next); in gfc_trans_integer_select()3210 gfc_add_expr_to_block (&block, gfc_trans_code (t->next)); in gfc_trans_logical_select()3235 true_tree = gfc_trans_code (t->next); in gfc_trans_logical_select()3238 false_tree = gfc_trans_code (f->next); in gfc_trans_logical_select()[all …]
4399 stmt = gfc_trans_code (code); in gfc_trans_omp_code()5020 OMP_CRITICAL_BODY (stmt) = gfc_trans_code (code->block->next); in gfc_trans_omp_critical()5368 tmp = gfc_trans_code (&code2); in gfc_trans_omp_do()5378 tmp = gfc_trans_code (&code2); in gfc_trans_omp_do()5659 tree stmt = gfc_trans_code (code->block->next); in gfc_trans_omp_master()5669 tree body = gfc_trans_code (code->block->next); in gfc_trans_omp_masked()5691 return gfc_trans_code (code->block ? code->block->next : NULL); in gfc_trans_omp_ordered()5697 code->block ? gfc_trans_code (code->block->next) in gfc_trans_omp_ordered()6618 tree body = gfc_trans_code (code->block->next); in gfc_trans_omp_scope()6698 tree body = gfc_trans_code (code->block->next); in gfc_trans_omp_taskgroup()
440 * trans.c (gfc_trans_code): Remove call to586 * trans.c (gfc_trans_code): Use new function gfc_trans_class_assign.879 * trans.c (gfc_trans_code): Handel EXEC_SELECT_TYPE.968 * trans.c (gfc_trans_code): Handle EXEC_BLOCK statements.2175 (gfc_trans_code): Same.2697 * trans.c (gfc_trans_code): Ditto.2751 * trans.c (gfc_trans_code): Use new args for gfc_trans_call.2838 * trans.c (gfc_trans_code): Handle EXEC_CALL_PPC.3358 * trans.c (gfc_trans_code): Likewise on both counts.
284 * trans.c (gfc_trans_code): Set global locus after recursing. Fix598 (gfc_trans_code): Use SET_EXPR_LOCATION.1172 * trans.c (gfc_trans_code): Handle EXEC_ENTRY.2002 (gfc_trans_code): Annotate statement lists.
25 * trans.c (gfc_trans_code): Add EXEC_LABEL_ASSIGN.236 * trans.c (gfc_trans_code): Use annotate_with_locus instead of313 * trans.c (gfc_trans_code): Use annotate_all_with_locus.
2300 gfc_trans_code (gfc_code * code) in gfc_trans_code() function
499 * trans.c (gfc_trans_code): For EXEC_CALL, see if we have a MVBITS call1573 * trans.c (gfc_trans_code): Update comment to say GENERIC.2173 * trans.c (gfc_trans_code): Handle EXEC_OMP_TASK and3169 * trans.c (gfc_trans_code): Add case for EXEC_WAIT.
1031 * trans.c (gfc_trans_code): Implement EXEC_INIT_ASSIGN.2590 trans.c (gfc_trans_code): Add call for EXEC_ASSIGN_CALL.3707 (gfc_trans_omp_master): Dont' check for gfc_trans_code returning NULL.3852 * trans.c (gfc_trans_code): Call gfc_trans_omp_directive for
4885 * trans.c (gfc_trans_code): Handle CRITICAL, ERROR STOP,5180 gfc_trans_code. Passes exit condition to gfc_trans_do.5181 (gfc_trans_code): Calls trans_code with NULL_TREE condition.5290 * trans.c (gfc_trans_code): Call gfc_trans_class_assign also for
568 variables and gfc_trans_code the nested data transfer commands1979 * trans.c (gfc_trans_code): Add case for flush.
7664 tmp = gfc_trans_code (ns->code); in gfc_generate_function_code()