/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfg.cc | 172 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 D | df-core.cc | 1725 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 D | basic-block.h | 213 #define SET_BASIC_BLOCK_FOR_FN(FN,N,BB) \ macro
|
H A D | read-rtl-function.cc | 652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb); in parse_block()
|
H A D | lto-streamer-in.cc | 1002 SET_BASIC_BLOCK_FOR_FN (fn, index, bb); in make_new_block()
|
H A D | sel-sched.cc | 4599 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 D | tree-cfg.cc | 196 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 D | cfgrtl.cc | 355 SET_BASIC_BLOCK_FOR_FN (cfun, bb->index, bb); in create_basic_block_structure()
|
H A D | ChangeLog-2013 | 3131 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 D | cfg.c | 158 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 D | df-core.c | 1725 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 D | basic-block.h | 213 #define SET_BASIC_BLOCK_FOR_FN(FN,N,BB) \ macro
|
H A D | read-rtl-function.c | 652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb); in parse_block()
|
H A D | lto-streamer-in.c | 1014 SET_BASIC_BLOCK_FOR_FN (fn, index, bb);
|
H A D | sel-sched.c | 4599 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 D | tree-cfg.c | 193 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 D | cfgrtl.c | 350 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 D | gimple-parser.c | 594 SET_BASIC_BLOCK_FOR_FN (cfun, index, bb); in c_parser_gimple_compound_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 598 SET_BASIC_BLOCK_FOR_FN (cfun, index, bb); in c_parser_gimple_compound_statement()
|