HomeSort by: relevance | last modified time | path
    Searched defs:fall_thru_label (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 5233 tree loop_entry_label, loop_exit_label, fall_thru_label;
5238 fall_thru_label = create_artificial_label (UNKNOWN_LOCATION);
5270 loop_exit_label, fall_thru_label));
5272 gimplify_seq_add_stmt (pre_p, gimple_build_label (fall_thru_label));
5230 tree loop_entry_label, loop_exit_label, fall_thru_label; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 4838 tree loop_entry_label, loop_exit_label, fall_thru_label;
4843 fall_thru_label = create_artificial_label (UNKNOWN_LOCATION);
4875 loop_exit_label, fall_thru_label));
4877 gimplify_seq_add_stmt (pre_p, gimple_build_label (fall_thru_label));
4835 tree loop_entry_label, loop_exit_label, fall_thru_label; local

Completed in 39 milliseconds