Searched refs:ENTRY_BLOCK (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfganal.c717 post_order[post_order_num++] = ENTRY_BLOCK;
752 pre_order[pre_order_num] = ENTRY_BLOCK;
755 rev_post_order[rev_post_order_num--] = ENTRY_BLOCK;
H A Dpredict.c1254 memset (heads, ENTRY_BLOCK, sizeof (int) * last_basic_block);
1485 if (heads[bb->index] == ENTRY_BLOCK)
1494 while (heads[next_ai->index] == ENTRY_BLOCK)
H A Dcfg.c90 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK;
171 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
H A Dcfgbuild.c558 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
H A Dsched-rgn.c577 gcc_assert (node != ENTRY_BLOCK);
596 gcc_assert (node != ENTRY_BLOCK);
1088 if (predn != ENTRY_BLOCK
H A Dbasic-block.h473 #define ENTRY_BLOCK (0)
472 #define ENTRY_BLOCK macro
H A Dprofile.c1017 ENTRY_BLOCK_PTR->index = ENTRY_BLOCK;
H A Ddf-scan.c1785 if (bitmap_bit_p (blocks, ENTRY_BLOCK))
H A Dglobal.c2387 if (pred->index != ENTRY_BLOCK)
H A Dtree-into-ssa.c950 if (b == ENTRY_BLOCK)
H A Dtree-inline.c816 if (bb->index == ENTRY_BLOCK || bb->index == EXIT_BLOCK)
H A Ddf-problems.c2578 if (bb_index != ENTRY_BLOCK && bb_index != EXIT_BLOCK)
H A Dtree-cfg.c145 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
3687 error ("ENTRY_BLOCK has a statement list associated with it");

Completed in 282 milliseconds