/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | df-problems.cc | 182 df_rd_alloc (bitmap all_blocks) in df_rd_alloc() argument 211 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_alloc() 389 df_rd_local_compute (bitmap all_blocks) in df_rd_local_compute() argument 403 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_local_compute() 432 df_rd_init_solution (bitmap all_blocks) in df_rd_init_solution() argument 437 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_init_solution() 753 df_lr_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_lr_alloc() 798 df_lr_reset (bitmap all_blocks) in df_lr_reset() argument 803 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_lr_reset() 930 df_lr_local_compute (bitmap all_blocks ATTRIBUTE_UNUSED) in df_lr_local_compute() [all …]
|
H A D | dce.cc | 1086 bitmap all_blocks = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce() local 1102 bitmap_set_bit (all_blocks, postorder[i]); in fast_dce() 1167 df_analyze_problem (df_word_lr, all_blocks, postorder, n_blocks); in fast_dce() 1169 df_analyze_problem (df_lr, all_blocks, postorder, n_blocks); in fast_dce() 1184 BITMAP_FREE (all_blocks); in fast_dce()
|
H A D | lra-remat.cc | 147 static bitmap_head all_blocks; variable 989 cand_pav_trans_fun, &all_blocks, in calculate_global_remat_bb_data() 997 cand_av_trans_fun, &all_blocks, in calculate_global_remat_bb_data() 1328 bitmap_initialize (&all_blocks, ®_obstack); in lra_remat() 1330 bitmap_set_bit (&all_blocks, bb->index); in lra_remat() 1339 bitmap_clear (&all_blocks); in lra_remat()
|
H A D | lra-lives.cc | 469 static bitmap_head all_blocks; variable 479 bitmap_initialize (&all_blocks, ®_obstack); in initiate_live_solver() 488 bitmap_set_bit (&all_blocks, bb->index); in initiate_live_solver() 498 bitmap_clear (&all_blocks); in finish_live_solver() 1441 live_trans_fun, &all_blocks, in lra_create_live_ranges_1()
|
H A D | df-scan.cc | 230 df_scan_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_scan_alloc()
|
H A D | ChangeLog.dataflow | 4404 Removed df->all_blocks. 4423 * df.h: Removed all_blocks from struct df definition.
|
H A D | FSFChangeLog.10 | 3743 (reorder_blocks, all_blocks): Likewise.
|
H A D | ChangeLog-2001 | 27524 (all_blocks): Likewise. 28967 (all_blocks): Skip BLOCK_DEAD blocks.
|
H A D | ChangeLog-2006 | 12520 registers and add all_blocks parameter.
|
H A D | ChangeLog-2008 | 9624 (all_blocks): New variable.
|
H A D | ChangeLog-2000 | 20711 (life_analysis): Do that instead of collecting all_blocks.
|
H A D | ChangeLog-2014 | 9213 (live_trans_fun, live_con_fun_0, live_con_fun_n, all_blocks): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | df-problems.c | 182 df_rd_alloc (bitmap all_blocks) in df_rd_alloc() argument 211 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_alloc() 389 df_rd_local_compute (bitmap all_blocks) in df_rd_local_compute() argument 403 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_local_compute() 432 df_rd_init_solution (bitmap all_blocks) in df_rd_init_solution() argument 437 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_rd_init_solution() 753 df_lr_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_lr_alloc() 798 df_lr_reset (bitmap all_blocks) in df_lr_reset() argument 803 EXECUTE_IF_SET_IN_BITMAP (all_blocks, 0, bb_index, bi) in df_lr_reset() 890 df_lr_local_compute (bitmap all_blocks ATTRIBUTE_UNUSED) in df_lr_local_compute() [all …]
|
H A D | dce.c | 1086 bitmap all_blocks = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce() local 1102 bitmap_set_bit (all_blocks, postorder[i]); in fast_dce() 1167 df_analyze_problem (df_word_lr, all_blocks, postorder, n_blocks); in fast_dce() 1169 df_analyze_problem (df_lr, all_blocks, postorder, n_blocks); in fast_dce() 1184 BITMAP_FREE (all_blocks); in fast_dce()
|
H A D | lra-remat.c | 147 static bitmap_head all_blocks; variable 989 cand_pav_trans_fun, &all_blocks, in calculate_global_remat_bb_data() 997 cand_av_trans_fun, &all_blocks, in calculate_global_remat_bb_data() 1328 bitmap_initialize (&all_blocks, ®_obstack); in lra_remat() 1330 bitmap_set_bit (&all_blocks, bb->index); in lra_remat() 1339 bitmap_clear (&all_blocks); in lra_remat()
|
H A D | lra-lives.c | 469 static bitmap_head all_blocks; variable 479 bitmap_initialize (&all_blocks, ®_obstack); in initiate_live_solver() 488 bitmap_set_bit (&all_blocks, bb->index); in initiate_live_solver() 498 bitmap_clear (&all_blocks); in finish_live_solver() 1417 live_trans_fun, &all_blocks, in lra_create_live_ranges_1()
|
H A D | dse.c | 609 static bitmap all_blocks; variable 2728 all_blocks = BITMAP_ALLOC (NULL); in dse_step1() 2729 bitmap_set_bit (all_blocks, ENTRY_BLOCK); in dse_step1() 2730 bitmap_set_bit (all_blocks, EXIT_BLOCK); in dse_step1() 2744 bitmap_set_bit (all_blocks, bb->index); in dse_step1() 3292 if (bitmap_bit_p (all_blocks, i)) in dse_step3() 3433 all_blocks, df_get_postorder (DF_BACKWARD), in dse_step4() 3653 BITMAP_FREE (all_blocks); in dse_step7()
|
H A D | function.c | 141 static int all_blocks (tree, tree *); 4580 all_blocks (tree block, tree *vector) in all_blocks() function 4595 n_blocks += all_blocks (BLOCK_SUBBLOCKS (block), in all_blocks() 4613 *n_blocks_p = all_blocks (block, NULL); in get_block_vector() 4615 all_blocks (block, block_vector); in get_block_vector()
|
H A D | df-scan.c | 230 df_scan_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_scan_alloc()
|
H A D | FSFChangeLog.10 | 3743 (reorder_blocks, all_blocks): Likewise.
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_mca_test_checks.py | 203 def _align_matching_blocks(all_blocks, farthest_indexes): argument 230 for blocks in all_blocks.values(): 242 for blocks in all_blocks.values(): 293 all_blocks = {} 313 all_blocks[key] = [b.lstrip('\n').rstrip() 315 max_block_len = max(max_block_len, len(all_blocks[key])) 320 made_changes = _align_matching_blocks(all_blocks, farthest_indexes) 324 for key in all_blocks: 325 len_to_pad = max_block_len - len(all_blocks[key]) 326 all_blocks[key] += [''] * len_to_pad [all …]
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | control.c | 121 TAILQ_HEAD(, control_block) all_blocks; 229 TAILQ_REMOVE(&cs->all_blocks, cb, all_entry); in control_free_block() 414 if (TAILQ_EMPTY(&cs->all_blocks)) { in control_write() 422 TAILQ_INSERT_TAIL(&cs->all_blocks, cb, all_entry); in control_write() 497 TAILQ_INSERT_TAIL(&cs->all_blocks, cb, all_entry); in control_write_output() 583 if (!TAILQ_EMPTY(&cs->all_blocks)) in control_all_done() 595 TAILQ_FOREACH_SAFE(cb, &cs->all_blocks, all_entry, cb1) { in control_flush_all_blocks() 705 cb = TAILQ_FIRST(&cs->all_blocks); in control_write_pending() 773 TAILQ_INIT(&cs->all_blocks); in control_start() 834 TAILQ_FOREACH_SAFE(cb, &cs->all_blocks, all_entry, cb1) in control_stop()
|