Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlcm.cc169 compute_earliest (struct edge_list *edge_list, int n_exprs, sbitmap *antin, in compute_earliest() argument
178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest()
369 pre_edge_lcm_avs (int n_exprs, sbitmap *transp, in pre_edge_lcm_avs() argument
403 antin = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), n_exprs); in pre_edge_lcm_avs()
404 antout = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), n_exprs); in pre_edge_lcm_avs()
418 earliest = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm_avs()
419 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm_avs()
429 later = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm_avs()
433 n_exprs); in pre_edge_lcm_avs()
447 *insert = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm_avs()
[all …]
Dgcse.cc1659 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem() argument
1661 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1662 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1663 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1669 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
2695 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem() argument
2697 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2698 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2699 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2701 hoist_vbein = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
[all …]
DChangeLog-200515831 * mode-switching.c (optimize_mode_switching): Fix n_exprs parameter
DChangeLog-200211473 * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,