Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDlcm.c179 compute_earliest (struct edge_list *edge_list, int n_exprs, sbitmap *antin, in compute_earliest() argument
189 difference = sbitmap_alloc (n_exprs); in compute_earliest()
190 temp_bitmap = sbitmap_alloc (n_exprs); in compute_earliest()
378 pre_edge_lcm (int n_exprs, sbitmap *transp, in pre_edge_lcm() argument
405 avin = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
406 avout = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
411 antin = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
412 antout = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
424 earliest = sbitmap_vector_alloc (num_edges, n_exprs); in pre_edge_lcm()
425 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm()
[all …]
HDgcse.c1766 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem() argument
1768 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1769 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1770 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1776 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
2746 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem() argument
2748 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2749 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2750 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2752 hoist_vbein = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDlcm.c169 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 …]
HDgcse.c1653 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem() argument
1655 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1656 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1657 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1663 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
2707 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem() argument
2709 antloc = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2710 transp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2711 comp = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
2713 hoist_vbein = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem()
[all …]