Searched refs:upper_elt (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 1301 struct table_elt *lower_elt, *upper_elt; in try_const_anchors() local 1319 upper_elt = lookup (upper_anchor_rtx, HASH (upper_anchor_rtx, mode), mode); in try_const_anchors() 1323 if (upper_elt) in try_const_anchors() 1324 upper_exp = find_reg_offset_for_const (upper_elt, upper_offs, &upper_old); in try_const_anchors()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 1322 struct table_elt *lower_elt, *upper_elt; in try_const_anchors() local 1340 upper_elt = lookup (upper_anchor_rtx, HASH (upper_anchor_rtx, mode), mode); in try_const_anchors() 1344 if (upper_elt) in try_const_anchors() 1345 upper_exp = find_reg_offset_for_const (upper_elt, upper_offs, &upper_old); in try_const_anchors()
|