Home
last modified time | relevance | path

Searched refs:SET_BASIC_BLOCK_FOR_FN (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfg.cc172 SET_BASIC_BLOCK_FOR_FN (cfun, ENTRY_BLOCK, ENTRY_BLOCK_PTR_FOR_FN (cfun)); in compact_blocks()
173 SET_BASIC_BLOCK_FOR_FN (cfun, EXIT_BLOCK, EXIT_BLOCK_PTR_FOR_FN (cfun)); in compact_blocks()
184 SET_BASIC_BLOCK_FOR_FN (cfun, i, bb); in compact_blocks()
191 SET_BASIC_BLOCK_FOR_FN (cfun, i, NULL); in compact_blocks()
202 SET_BASIC_BLOCK_FOR_FN (cfun, b->index, NULL); in expunge_block()
Ddf-core.cc1725 SET_BASIC_BLOCK_FOR_FN (cfun, i, bb); in df_compact_blocks()
1733 SET_BASIC_BLOCK_FOR_FN (cfun, i, NULL); in df_compact_blocks()
1769 SET_BASIC_BLOCK_FOR_FN (cfun, old_index, new_block); in df_bb_replace()
1772 SET_BASIC_BLOCK_FOR_FN (cfun, new_block_index, NULL); in df_bb_replace()
Dbasic-block.h213 #define SET_BASIC_BLOCK_FOR_FN(FN,N,BB) \ macro
Dread-rtl-function.cc652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb); in parse_block()
Dlto-streamer-in.cc1002 SET_BASIC_BLOCK_FOR_FN (fn, index, bb); in make_new_block()
Dsel-sched.cc4599 SET_BASIC_BLOCK_FOR_FN (cfun, new_bb->index, new_bb); in create_block_for_bookkeeping()
4600 SET_BASIC_BLOCK_FOR_FN (cfun, succ->index, succ); in create_block_for_bookkeeping()
Dtree-cfg.cc196 SET_BASIC_BLOCK_FOR_FN (fn, ENTRY_BLOCK, ENTRY_BLOCK_PTR_FOR_FN (fn)); in init_empty_tree_cfg_for_function()
197 SET_BASIC_BLOCK_FOR_FN (fn, EXIT_BLOCK, EXIT_BLOCK_PTR_FOR_FN (fn)); in init_empty_tree_cfg_for_function()
693 SET_BASIC_BLOCK_FOR_FN (cfun, last_basic_block_for_fn (cfun), bb); in create_bb()
Dcfgrtl.cc355 SET_BASIC_BLOCK_FOR_FN (cfun, bb->index, bb); in create_basic_block_structure()
DChangeLog-20133131 with SET_BASIC_BLOCK_FOR_FN, making use of cfun explicit.
3181 (SET_BASIC_BLOCK_FOR_FN): ...this.
3187 SET_BASIC_BLOCK_FOR_FUNCTION to SET_BASIC_BLOCK_FOR_FN.