Searched refs:ENTRY_BLOCK (Results 1 – 16 of 16) sorted by relevance
712 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()
88 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK; in init_flow()167 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in compact_blocks()
1251 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()
554 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in find_basic_blocks()
576 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()
472 #define ENTRY_BLOCK (0) macro
1014 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK; in branch_prob()
1781 if (bitmap_bit_p (blocks, ENTRY_BLOCK)) in df_refs_record()
2372 if (pred->index != ENTRY_BLOCK) in calculate_reg_pav()
950 if (b == ENTRY_BLOCK) in prune_unused_phi_nodes()
816 if (bb->index == ENTRY_BLOCK || bb->index == EXIT_BLOCK) in copy_edges_for_bb()
2572 if (bb_index != ENTRY_BLOCK && bb_index != EXIT_BLOCK) in df_urec_local_finalize()
145 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in init_empty_tree_cfg()
99 ENTRY_BLOCK, /* index */
306 #define ENTRY_BLOCK (-1) macro
771 if (heads[ai->index] == ENTRY_BLOCK)