Searched refs:cont_stmt (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-walk.cc | 302 gomp_continue *cont_stmt = as_a <gomp_continue *> (stmt); in walk_gimple_op() local 303 ret = walk_tree (gimple_omp_continue_control_def_ptr (cont_stmt), in walk_gimple_op() 308 ret = walk_tree (gimple_omp_continue_control_use_ptr (cont_stmt), in walk_gimple_op()
|
| D | gimple.h | 6452 gimple_omp_continue_control_def (const gomp_continue *cont_stmt) 6454 return cont_stmt->control_def; 6460 gimple_omp_continue_control_def_ptr (gomp_continue *cont_stmt) 6462 return &cont_stmt->control_def; 6468 gimple_omp_continue_set_control_def (gomp_continue *cont_stmt, tree def) 6470 cont_stmt->control_def = def; 6477 gimple_omp_continue_control_use (const gomp_continue *cont_stmt) 6479 return cont_stmt->control_use; 6486 gimple_omp_continue_control_use_ptr (gomp_continue *cont_stmt) 6488 return &cont_stmt->control_use; [all …]
|
| D | tree-eh.cc | 334 gimple *cont_stmt; member 762 q->cont_stmt = q->stmt.g; in do_return_redirection() 782 q->cont_stmt = gimple_build_goto (tf->dest_array[q->index]); in do_goto_redirection() 1219 x = tf->goto_queue[0].cont_stmt; in lower_try_finally_onedest() 1323 gimple_seq_add_stmt (&new_stmt, q->cont_stmt); in lower_try_finally_copy() 1324 maybe_record_in_goto_queue (state, q->cont_stmt); in lower_try_finally_copy() 1520 cont_map->put (case_lab, q->cont_stmt); in lower_try_finally_switch() 1526 gimple *cont_stmt; in lower_try_finally_switch() local 1533 cont_stmt = *cont_map->get (last_case); in lower_try_finally_switch() 1537 gimple_seq_add_stmt (&switch_body, cont_stmt); in lower_try_finally_switch() [all …]
|
| D | omp-expand.cc | 4450 gomp_continue *cont_stmt = as_a <gomp_continue *> (gsi_stmt (gsi)); in expand_omp_for_generic() local 4451 gcc_assert (gimple_code (cont_stmt) == GIMPLE_OMP_CONTINUE); in expand_omp_for_generic() 4452 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_generic() 4453 vback = gimple_omp_continue_control_def (cont_stmt); in expand_omp_for_generic() 5369 gomp_continue *cont_stmt = as_a <gomp_continue *> (gsi_stmt (gsi)); in expand_omp_for_static_nochunk() local 5370 gcc_assert (gimple_code (cont_stmt) == GIMPLE_OMP_CONTINUE); in expand_omp_for_static_nochunk() 5371 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_static_nochunk() 5372 vback = gimple_omp_continue_control_def (cont_stmt); in expand_omp_for_static_nochunk() 6074 gomp_continue *cont_stmt = as_a <gomp_continue *> (gsi_stmt (gsi)); in expand_omp_for_static_chunk() local 6075 vmain = gimple_omp_continue_control_use (cont_stmt); in expand_omp_for_static_chunk() [all …]
|
| D | ChangeLog.gimple-classes | 2956 "cont_stmt", "cond_stmt", "call_stmt" of types gimple_assign, 2959 "cond_stmt" decls. "assign_stmt", "cont_stmt" 2961 "cond_stmt", "assign_stmt", "cont_stmt".
|
| D | ChangeLog.tuples | 3418 cont_stmt.
|