Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcfg.c167 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in compact_blocks()
168 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in compact_blocks()
173 SET_BASIC_BLOCK (i, bb); in compact_blocks()
181 SET_BASIC_BLOCK (i, NULL); in compact_blocks()
192 SET_BASIC_BLOCK (b->index, NULL); in expunge_block()
H A Ddf-core.c918 SET_BASIC_BLOCK (i, bb); in df_compact_blocks()
926 SET_BASIC_BLOCK (i, NULL); in df_compact_blocks()
956 SET_BASIC_BLOCK (old_index, new_block); in df_bb_replace()
H A Dcfgbuild.c554 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in find_basic_blocks()
555 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in find_basic_blocks()
H A Dbasic-block.h415 #define SET_BASIC_BLOCK(N,BB) (VEC_replace (basic_block, basic_block_info, (N), (BB))) macro
H A Dcfglayout.c814 SET_BASIC_BLOCK (index, bb); in fixup_reorder_chain()
H A Dtree-cfg.c145 SET_BASIC_BLOCK (ENTRY_BLOCK, ENTRY_BLOCK_PTR); in init_empty_tree_cfg()
146 SET_BASIC_BLOCK (EXIT_BLOCK, EXIT_BLOCK_PTR); in init_empty_tree_cfg()
408 SET_BASIC_BLOCK (last_basic_block, bb); in create_bb()
H A Dcfgrtl.c305 SET_BASIC_BLOCK (bb->index, bb); in create_basic_block_structure()
H A Difcvt.c3439 SET_BASIC_BLOCK (then_bb_index, new_bb); in find_if_case_1()