| /src/external/gpl3/gcc/dist/gcc/ |
| reorg.cc | 2173 rtx_insn *new_label = next_real_nondebug_insn (next_trial); 2175 if (new_label != 0) 2176 new_label = get_label_before (new_label, JUMP_LABEL (trial)); 2178 new_label = find_end_label (simple_return_rtx); 2180 if (new_label) 2186 new_label); 2153 rtx_insn *new_label = next_real_nondebug_insn (next_trial); local 2166 new_label); local
|
| tree-nested.cc | 2644 tree label, new_label, target_context, x, field; local 2681 new_label = create_artificial_label (UNKNOWN_LOCATION); 2682 DECL_NONLOCAL (new_label) = 1; 2683 *slot = new_label; 2686 new_label = *slot; 2688 /* Build: __builtin_nl_goto(new_label, &chain->nl_goto_field). */ 2694 2, build_addr (new_label), x); 2714 tree label, new_label; local 2743 new_label = (tree) *slot; 2744 stmt = gimple_build_label (new_label); [all...] |
| cfgrtl.cc | 1223 rtx_code_label *new_label = block_label (new_bb); 1232 RTVEC_ELT (vec, j) = gen_rtx_LABEL_REF (Pmode, new_label); 1234 ++LABEL_NUSES (new_label); 1242 new_label); 1244 ++LABEL_NUSES (new_label); 1254 rtx_code_label *new_label = block_label (new_bb); 1263 = gen_rtx_LABEL_REF (Pmode, new_label); 1265 ++LABEL_NUSES (new_label); 1271 JUMP_LABEL (insn) = new_label; 1272 note = find_reg_note (insn, REG_LABEL_TARGET, new_label); 1215 rtx_code_label *new_label = block_label (new_bb); local 1624 rtx_insn *new_label = BB_HEAD (target); local [all...] |
| tree-eh.cc | 2315 tree old_label, new_label; 2328 new_label = gimple_block_label (new_bb); 2331 new_lp_nr = EH_LANDING_PAD_NR (new_label); 2374 new_lp->post_landing_pad = new_label; 2375 EH_LANDING_PAD_NR (new_label) = new_lp->index; 2314 tree old_label, new_label; local
|
| tree-cfg.cc | 1653 tree label, new_label; local 1666 new_label = main_block_label (label, label_for_bb); 1667 if (new_label != label) 1668 gimple_cond_set_true_label (cond_stmt, new_label); 1674 new_label = main_block_label (label, label_for_bb); 1675 if (new_label != label) 1676 gimple_cond_set_false_label (cond_stmt, new_label); 1691 new_label = main_block_label (label, label_for_bb); 1692 if (new_label != label) 1693 CASE_LABEL (case_label) = new_label; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reorg.cc | 2174 rtx_insn *new_label = next_real_nondebug_insn (next_trial); 2176 if (new_label != 0) 2177 new_label = get_label_before (new_label, JUMP_LABEL (trial)); 2179 new_label = find_end_label (simple_return_rtx); 2181 if (new_label) 2187 new_label); 2154 rtx_insn *new_label = next_real_nondebug_insn (next_trial); local 2167 new_label); local
|
| tree-nested.cc | 2630 tree label, new_label, target_context, x, field; local 2667 new_label = create_artificial_label (UNKNOWN_LOCATION); 2668 DECL_NONLOCAL (new_label) = 1; 2669 *slot = new_label; 2672 new_label = *slot; 2674 /* Build: __builtin_nl_goto(new_label, &chain->nl_goto_field). */ 2680 2, build_addr (new_label), x); 2700 tree label, new_label; local 2729 new_label = (tree) *slot; 2730 stmt = gimple_build_label (new_label); [all...] |
| cfgrtl.cc | 1224 rtx_code_label *new_label = block_label (new_bb); 1233 RTVEC_ELT (vec, j) = gen_rtx_LABEL_REF (Pmode, new_label); 1235 ++LABEL_NUSES (new_label); 1243 new_label); 1245 ++LABEL_NUSES (new_label); 1255 rtx_code_label *new_label = block_label (new_bb); 1264 = gen_rtx_LABEL_REF (Pmode, new_label); 1266 ++LABEL_NUSES (new_label); 1272 JUMP_LABEL (insn) = new_label; 1273 note = find_reg_note (insn, REG_LABEL_TARGET, new_label); 1216 rtx_code_label *new_label = block_label (new_bb); local 1625 rtx_insn *new_label = BB_HEAD (target); local [all...] |
| tree-eh.cc | 2314 tree old_label, new_label; 2327 new_label = gimple_block_label (new_bb); 2330 new_lp_nr = EH_LANDING_PAD_NR (new_label); 2373 new_lp->post_landing_pad = new_label; 2374 EH_LANDING_PAD_NR (new_label) = new_lp->index; 2313 tree old_label, new_label; local
|
| tree-cfg.cc | 1571 tree label, new_label; local 1584 new_label = main_block_label (label, label_for_bb); 1585 if (new_label != label) 1586 gimple_cond_set_true_label (cond_stmt, new_label); 1592 new_label = main_block_label (label, label_for_bb); 1593 if (new_label != label) 1594 gimple_cond_set_false_label (cond_stmt, new_label); 1609 new_label = main_block_label (label, label_for_bb); 1610 if (new_label != label) 1611 CASE_LABEL (case_label) = new_label; [all...] |