Home
last modified time | relevance | path

Searched refs:all_blocks (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc182 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 Ddce.cc1086 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 Dlra-remat.cc147 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, &reg_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 Dlra-lives.cc469 static bitmap_head all_blocks; variable
479 bitmap_initialize (&all_blocks, &reg_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 Ddf-scan.cc230 df_scan_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_scan_alloc()
H A DChangeLog.dataflow4404 Removed df->all_blocks.
4423 * df.h: Removed all_blocks from struct df definition.
H A DFSFChangeLog.103743 (reorder_blocks, all_blocks): Likewise.
H A DChangeLog-200127524 (all_blocks): Likewise.
28967 (all_blocks): Skip BLOCK_DEAD blocks.
H A DChangeLog-200612520 registers and add all_blocks parameter.
H A DChangeLog-20089624 (all_blocks): New variable.
H A DChangeLog-200020711 (life_analysis): Do that instead of collecting all_blocks.
H A DChangeLog-20149213 (live_trans_fun, live_con_fun_0, live_con_fun_n, all_blocks): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-problems.c182 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 Ddce.c1086 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 Dlra-remat.c147 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, &reg_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 Dlra-lives.c469 static bitmap_head all_blocks; variable
479 bitmap_initialize (&all_blocks, &reg_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 Ddse.c609 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 Dfunction.c141 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 Ddf-scan.c230 df_scan_alloc (bitmap all_blocks ATTRIBUTE_UNUSED) in df_scan_alloc()
H A DFSFChangeLog.103743 (reorder_blocks, all_blocks): Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mca_test_checks.py203 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 Dcontrol.c121 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()