Searched refs:oloc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c2177 vt_canonicalize_addr (dataflow_set *set, rtx oloc) argument
2180 machine_mode mode = GET_MODE (oloc);
2181 rtx loc = oloc;
2238 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst))
2239 return oloc;
5691 rtx oloc = loc; local
5692 rtx vloc = PAT_VAR_LOCATION_LOC (oloc);
5715 && (val = find_use_val (vloc, GET_MODE (oloc), cui)))
5727 oloc = shallow_copy_rtx (oloc);
5758 rtx vloc, oloc = loc, nloc; local
5962 rtx oloc = loc, nloc, src = NULL; local
[all...]
H A Dtree-eh.c4443 location_t oloc;
4449 oloc = gimple_phi_arg_location (ophi, e->dest_idx);
4450 redirect_edge_var_map_add (e, nresult, oop, oloc);
4438 location_t oloc; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc2185 vt_canonicalize_addr (dataflow_set *set, rtx oloc) argument
2188 machine_mode mode = GET_MODE (oloc);
2189 rtx loc = oloc;
2246 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst))
2247 return oloc;
5697 rtx oloc = loc; local
5698 rtx vloc = PAT_VAR_LOCATION_LOC (oloc);
5721 && (val = find_use_val (vloc, GET_MODE (oloc), cui)))
5733 oloc = shallow_copy_rtx (oloc);
5764 rtx vloc, oloc = loc, nloc; local
5968 rtx oloc = loc, nloc, src = NULL; local
[all...]
H A Dtree-eh.cc4438 location_t oloc;
4444 oloc = gimple_phi_arg_location (ophi, e->dest_idx);
4445 redirect_edge_var_map_add (e, nresult, oop, oloc);
4433 location_t oloc; local

Completed in 362 milliseconds