Home
last modified time | relevance | path

Searched refs:EXIT_BLOCK (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/gcc/
HDcfganal.c660 post_order[post_order_num++] = EXIT_BLOCK; in post_order_compute()
816 pre_order[pre_order_num] = EXIT_BLOCK; in pre_and_rev_post_order_compute()
819 rev_post_order[rev_post_order_num--] = EXIT_BLOCK; in pre_and_rev_post_order_compute()
HDcfg.c90 EXIT_BLOCK_PTR->index = EXIT_BLOCK; in init_flow()
168 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in compact_blocks()
HDcfgbuild.c555 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in find_basic_blocks()
HDdf-problems.c1601 if (bitmap_bit_p (rescan_blocks, EXIT_BLOCK)) in df_lr_local_compute()
1605 struct df_lr_bb_info *bb_info = df_lr_get_bb_info (dflow, EXIT_BLOCK); in df_lr_local_compute()
1611 if (bb_index == EXIT_BLOCK) in df_lr_local_compute()
2572 if (bb_index != ENTRY_BLOCK && bb_index != EXIT_BLOCK) in df_urec_local_finalize()
HDbasic-block.h473 #define EXIT_BLOCK (1) macro
HDprofile.c1015 EXIT_BLOCK_PTR->index = EXIT_BLOCK; in branch_prob()
HDtree-inline.c808 if (old_edge->dest->index == EXIT_BLOCK && !old_edge->flags in copy_edges_for_bb()
816 if (bb->index == ENTRY_BLOCK || bb->index == EXIT_BLOCK) in copy_edges_for_bb()
HDsched-rgn.c578 gcc_assert (child != EXIT_BLOCK); in find_rgns()
601 if (child == EXIT_BLOCK) in find_rgns()
HDdf-scan.c1778 if (bitmap_bit_p (blocks, EXIT_BLOCK)) in df_refs_record()
HDglobal.c2385 if (succ->index != EXIT_BLOCK in calculate_reg_pav()
HDtree-cfg.c146 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in init_empty_tree_cfg()
HDChangeLog-20012839 of EXIT_BLOCK for temp register and verify it isn't in equiv_reg_src.
29906 * lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular
29908 (optimize_mode_switching) [NORMAL_MODE]: Set up EXIT_BLOCK as a
HDChangeLog-19996910 has the EXIT_BLOCK as a dest.
18611 life propagation from EXIT_BLOCK rather than last block. Clear
HDChangeLog-199812932 blocks. Check for 1 successor which is the EXIT_BLOCK.
HDChangeLog-20045632 unvisited blocks at LAST_UNVISITED rather than EXIT_BLOCK.
38000 EXIT_BLOCK.
HDChangeLog-200219089 (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK