Searched refs:occr (Results 1 – 3 of 3) sorted by relevance
107 struct occr *avail_occr;116 struct occr struct119 struct occr *next; argument203 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() local443 occr = expr->avail_occr; in dump_hash_table_entry()444 while (occr) in dump_hash_table_entry()[all …]
302 struct occr *antic_occr;307 struct occr *avail_occr;318 struct occr struct321 struct occr *next; argument1035 struct occr *occr; in compute_local_properties() local1046 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 …]
1736 struct see_occr *occr; in see_pre_delete_extension() local1739 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()