Searched refs:antloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dlcm.c99 compute_antinout_edge (sbitmap *antloc, sbitmap *transp, sbitmap *antin,
157 if (sbitmap_a_or_b_and_c_cg (antin[bb->index], antloc[bb->index],
250 sbitmap *antloc, sbitmap *later, sbitmap *laterin)
324 antloc[e->src->index])
353 compute_insert_delete (struct edge_list *edge_list, sbitmap *antloc,
361 sbitmap_difference (delete[bb->index], antloc[bb->index],
381 sbitmap *avloc, sbitmap *antloc, sbitmap *kill,
400 dump_sbitmap_vector (dump_file, "antloc", "", antloc, last_basic_block);
415 compute_antinout_edge (antloc, trans
98 compute_antinout_edge(sbitmap *antloc, sbitmap *transp, sbitmap *antin, sbitmap *antout) argument
248 compute_laterin(struct edge_list *edge_list, sbitmap *earliest, sbitmap *antloc, sbitmap *later, sbitmap *laterin) argument
352 compute_insert_delete(struct edge_list *edge_list, sbitmap *antloc, sbitmap *later, sbitmap *laterin, sbitmap *insert, sbitmap *delete) argument
379 pre_edge_lcm(int n_exprs, sbitmap *transp, sbitmap *avloc, sbitmap *antloc, sbitmap *kill, sbitmap **insert, sbitmap **delete) argument
[all...]
H A Dgcse.c1016 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc,
1032 if (antloc)
1033 sbitmap_vector_zero (antloc, last_basic_block);
1052 if (antloc)
1055 SET_BIT (antloc[BLOCK_NUM (occr->insn)], indx);
3762 static sbitmap *antloc;
3790 antloc = sbitmap_vector_alloc (n_blocks, n_exprs);
3833 compute_local_properties (transp, comp, antloc, &expr_hash_table);
3864 sbitmap_difference (antloc[bb->index], antloc[b
1009 compute_local_properties(sbitmap *transp, sbitmap *comp, sbitmap *antloc, struct hash_table *table) argument
3748 static sbitmap *antloc; variable
[all...]
H A Dsee.c373 a. Initialize the comp, antloc, kill bit vectors to zero and the
380 the antloc bit of the current extension in the current
643 static sbitmap *antloc = NULL; variable
1283 sbitmap_vector_free (antloc);
1284 antloc = NULL;
1992 SET_BIT (antloc[bb_num], indx);
2110 antloc = sbitmap_vector_alloc (last_bb, pre_extension_num);
2114 sbitmap_vector_zero (antloc, last_bb);
2133 edge_list = pre_edge_lcm (pre_extension_num, transp, comp, antloc,

Completed in 143 milliseconds