Searched refs:SET_BASIC_BLOCK (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | cfg.c | 167 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 D | df-core.c | 918 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 D | cfgbuild.c | 554 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 D | basic-block.h | 415 #define SET_BASIC_BLOCK(N,BB) (VEC_replace (basic_block, basic_block_info, (N), (BB))) macro
|
H A D | cfglayout.c | 814 SET_BASIC_BLOCK (index, bb); in fixup_reorder_chain()
|
H A D | tree-cfg.c | 145 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 D | cfgrtl.c | 305 SET_BASIC_BLOCK (bb->index, bb); in create_basic_block_structure()
|
H A D | ifcvt.c | 3439 SET_BASIC_BLOCK (then_bb_index, new_bb); in find_if_case_1()
|