Home
last modified time | relevance | path

Searched refs:occr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dpostreload-gcse.c107 struct occr *avail_occr;
116 struct occr struct
119 struct occr *next; argument
203 static struct occr* get_bb_avail_insn (basic_block, struct occr *);
328 struct occr *avail_occr, *last_occr = NULL; in insert_expr_in_table()
382 avail_occr = (struct occr *) obstack_alloc (&occr_obstack, in insert_expr_in_table()
383 sizeof (struct occr)); in insert_expr_in_table()
437 struct occr *occr; in dump_hash_table_entry() local
443 occr = expr->avail_occr; in dump_hash_table_entry()
444 while (occr) in dump_hash_table_entry()
[all …]
Dgcse.c302 struct occr *antic_occr;
307 struct occr *avail_occr;
318 struct occr struct
321 struct occr *next; argument
1035 struct occr *occr; in compute_local_properties() local
1046 for (occr = expr->antic_occr; occr != NULL; occr = occr->next) in compute_local_properties()
1048 SET_BIT (antloc[BLOCK_NUM (occr->insn)], indx); in compute_local_properties()
1052 occr->deleted_p = 0; in compute_local_properties()
1058 for (occr = expr->avail_occr; occr != NULL; occr = occr->next) in compute_local_properties()
1060 SET_BIT (comp[BLOCK_NUM (occr->insn)], indx); in compute_local_properties()
[all …]
Dsee.c1736 struct see_occr *occr; in see_pre_delete_extension() local
1739 for (occr = expr->antic_occr; occr != NULL; occr = occr->next) in see_pre_delete_extension()
1741 if (TEST_BIT (pre_delete_map[occr->block_num], indx)) in see_pre_delete_extension()
1744 INSN_DELETED_P (occr->insn) = 1; in see_pre_delete_extension()
1748 print_rtl_single (dump_file, occr->insn); in see_pre_delete_extension()