Home | History | Annotate | Download | only in gcc

Lines Matching defs:cont_stmt

327    statement.  CONT_STMT is used to store the statement that allows
335 gimple *cont_stmt;
763 q->cont_stmt = q->stmt.g;
783 q->cont_stmt = gimple_build_goto (tf->dest_array[q->index]);
1220 x = tf->goto_queue[0].cont_stmt;
1324 gimple_seq_add_stmt (&new_stmt, q->cont_stmt);
1325 maybe_record_in_goto_queue (state, q->cont_stmt);
1517 /* We store the cont_stmt in the pointer map, so that we can recover
1521 cont_map->put (case_lab, q->cont_stmt);
1527 gimple *cont_stmt;
1534 cont_stmt = *cont_map->get (last_case);
1538 gimple_seq_add_stmt (&switch_body, cont_stmt);
1539 maybe_record_in_goto_queue (state, cont_stmt);