Searched refs:SET_BASIC_BLOCK (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dcfg.c171 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
172 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR);
177 SET_BASIC_BLOCK (i, bb);
185 SET_BASIC_BLOCK (i, NULL);
196 SET_BASIC_BLOCK (b->index, NULL);
H A Dcfgbuild.c558 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
559 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR);
H A Ddf-core.c920 SET_BASIC_BLOCK (i, bb);
928 SET_BASIC_BLOCK (i, NULL);
958 SET_BASIC_BLOCK (old_index, new_block);
H A Dbasic-block.h415 #define SET_BASIC_BLOCK(N,BB) (VEC_replace (basic_block, basic_block_info, (N), (BB))) macro
H A Dcfglayout.c820 SET_BASIC_BLOCK (index, bb);
H A Dtree-cfg.c145 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR);
146 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR);
408 SET_BASIC_BLOCK (last_basic_block, bb);
H A Dcfgrtl.c308 SET_BASIC_BLOCK (bb->index, bb);
H A Difcvt.c3444 SET_BASIC_BLOCK (then_bb_index, new_bb);

Completed in 118 milliseconds