Home
last modified time | relevance | path

Searched refs:n_exprs (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDlcm.c180 compute_earliest (struct edge_list *edge_list, int n_exprs, sbitmap *antin, in compute_earliest() argument
190 difference = sbitmap_alloc (n_exprs); in compute_earliest()
191 temp_bitmap = sbitmap_alloc (n_exprs); in compute_earliest()
379 pre_edge_lcm (int n_exprs, sbitmap *transp, in pre_edge_lcm() argument
406 avin = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
407 avout = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
412 antin = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
413 antout = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
425 earliest = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm()
426 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm()
[all …]
HDgcse.c3772 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem() argument
3774 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
3775 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
3776 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
3782 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
4680 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem() argument
4682 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
4683 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
4684 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
4686 hoist_vbein = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
[all …]
HDtree-ssa-dom.c852 long n_exprs; in dump_dominator_optimization_stats() local
859 n_exprs = opt_stats.num_exprs_considered; in dump_dominator_optimization_stats()
860 if (n_exprs == 0) in dump_dominator_optimization_stats()
861 n_exprs = 1; in dump_dominator_optimization_stats()
865 n_exprs)); in dump_dominator_optimization_stats()
HDChangeLog-200211473 * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
HDChangeLog-200515832 * mode-switching.c (optimize_mode_switching): Fix n_exprs parameter