Home
last modified time | relevance | path

Searched refs:ENTRY_BLOCK (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcc/
HDcfganal.c712 post_order[post_order_num++] = ENTRY_BLOCK; in post_order_compute()
747 pre_order[pre_order_num] = ENTRY_BLOCK; in pre_and_rev_post_order_compute()
750 rev_post_order[rev_post_order_num--] = ENTRY_BLOCK; in pre_and_rev_post_order_compute()
HDcfg.c88 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK; in init_flow()
167 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in compact_blocks()
HDpredict.c1251 memset (heads, ENTRY_BLOCK, sizeof (int) * last_basic_block); in tree_bb_level_predictions()
1480 if (heads[bb->index] == ENTRY_BLOCK) in predict_paths_leading_to()
1489 while (heads[next_ai->index] == ENTRY_BLOCK) in predict_paths_leading_to()
HDcfgbuild.c554 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in find_basic_blocks()
HDsched-rgn.c576 gcc_assert (node != ENTRY_BLOCK); in find_rgns()
595 gcc_assert (node != ENTRY_BLOCK); in find_rgns()
1087 if (predn != ENTRY_BLOCK in extend_rgns()
HDbasic-block.h472 #define ENTRY_BLOCK (0) macro
HDprofile.c1014 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK; in branch_prob()
HDdf-scan.c1781 if (bitmap_bit_p (blocks, ENTRY_BLOCK)) in df_refs_record()
HDglobal.c2372 if (pred->index != ENTRY_BLOCK) in calculate_reg_pav()
HDtree-into-ssa.c950 if (b == ENTRY_BLOCK) in prune_unused_phi_nodes()
HDtree-inline.c816 if (bb->index == ENTRY_BLOCK || bb->index == EXIT_BLOCK) in copy_edges_for_bb()
HDdf-problems.c2572 if (bb_index != ENTRY_BLOCK && bb_index != EXIT_BLOCK) in df_urec_local_finalize()
HDtree-cfg.c145 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in init_empty_tree_cfg()
HDChangeLog-200422204 (init_pre): Split ENTRY_BLOCK->0 if block 0 has more than one