Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcselib.cc251 static cselib_val *cfa_base_preserved_val; variable
459 if (v == cfa_base_preserved_val) in invariant_or_equiv_p()
529 if (cfa_base_preserved_val) in cselib_reset_table()
546 GET_MODE (cfa_base_preserved_val->locs->loc)); in cselib_reset_table()
550 for (struct elt_loc_list *l = cfa_base_preserved_val->locs; in cselib_reset_table()
559 rtx val = cfa_base_preserved_val->val_rtx; in cselib_reset_table()
776 cfa_base_preserved_val = v; in cselib_preserve_cfa_base_value()
2529 || (v == cfa_base_preserved_val in cselib_invalidate_regno()
2749 for (struct elt_loc_list *l = cfa_base_preserved_val->locs; l; l = l->next) in cselib_record_sp_cfa_base_equiv()
2793 if (l->loc == cfa_base_preserved_val->val_rtx) in cselib_sp_derived_value_p()
[all …]
DChangeLog-201024040 of REGNO (cfa_base_preserved_val->locs->loc).
24044 cfa_base_preserved_regno from cfa_base_preserved_val.
37077 cfa_base_preserved_val): New static variables.
37079 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
37082 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
37084 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
37089 cfa_base_preserved_val.
DChangeLog-202025828 locs list for cfa_base_preserved_val if needed. Formatting fix.