Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A 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()
H A Dbasic-block.h213 #define SET_BASIC_BLOCK_FOR_FN(FN,N,BB) \ macro
H A Dread-rtl-function.cc652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb); in parse_block()
H A Dlto-streamer-in.cc1002 SET_BASIC_BLOCK_FOR_FN (fn, index, bb); in make_new_block()
H A 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()
H A 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()
H A Dcfgrtl.cc355 SET_BASIC_BLOCK_FOR_FN (cfun, bb->index, bb); in create_basic_block_structure()
H A 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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfg.c158 SET_BASIC_BLOCK_FOR_FN (cfun, ENTRY_BLOCK, ENTRY_BLOCK_PTR_FOR_FN (cfun)); in compact_blocks()
159 SET_BASIC_BLOCK_FOR_FN (cfun, EXIT_BLOCK, EXIT_BLOCK_PTR_FOR_FN (cfun)); in compact_blocks()
170 SET_BASIC_BLOCK_FOR_FN (cfun, i, bb); in compact_blocks()
177 SET_BASIC_BLOCK_FOR_FN (cfun, i, NULL); in compact_blocks()
188 SET_BASIC_BLOCK_FOR_FN (cfun, b->index, NULL); in expunge_block()
H A Ddf-core.c1725 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()
H A Dbasic-block.h213 #define SET_BASIC_BLOCK_FOR_FN(FN,N,BB) \ macro
H A Dread-rtl-function.c652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb); in parse_block()
H A Dlto-streamer-in.c1014 SET_BASIC_BLOCK_FOR_FN (fn, index, bb);
H A Dsel-sched.c4599 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()
H A Dtree-cfg.c193 SET_BASIC_BLOCK_FOR_FN (fn, ENTRY_BLOCK, ENTRY_BLOCK_PTR_FOR_FN (fn)); in init_empty_tree_cfg_for_function()
194 SET_BASIC_BLOCK_FOR_FN (fn, EXIT_BLOCK, EXIT_BLOCK_PTR_FOR_FN (fn)); in init_empty_tree_cfg_for_function()
695 SET_BASIC_BLOCK_FOR_FN (cfun, last_basic_block_for_fn (cfun), bb); in create_bb()
H A Dcfgrtl.c350 SET_BASIC_BLOCK_FOR_FN (cfun, bb->index, bb); in create_basic_block_structure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c594 SET_BASIC_BLOCK_FOR_FN (cfun, index, bb); in c_parser_gimple_compound_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc598 SET_BASIC_BLOCK_FOR_FN (cfun, index, bb); in c_parser_gimple_compound_statement()