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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drecog.c892 find_single_use (rtx dest, rtx insn, rtx *ploc)
907 if (result && ploc)
908 *ploc = next;
928 if (ploc)
929 *ploc = next;
887 find_single_use(rtx dest, rtx insn, rtx *ploc) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c4863 rtx ploc = PAT_VAR_LOCATION_LOC (loc); local
4864 if (! VAR_LOC_UNKNOWN_P (ploc))
4866 cselib_val *val = cselib_lookup (ploc, GET_MODE (loc), 1);
5016 add_uses (rtx *ploc, void *data) argument
5018 rtx loc = *ploc;
H A Dcombine.c613 find_single_use (rtx dest, rtx insn, rtx *ploc)
629 if (result && ploc)
630 *ploc = next;
651 if (ploc)
652 *ploc = next;
608 find_single_use(rtx dest, rtx insn, rtx *ploc) argument
H A Dc-decl.c3352 location_t *ploc)
3390 if (ploc != NULL)
3391 *ploc = b->locus;
3335 lookup_tag(enum tree_code code, tree name, int thislevel_only, location_t *ploc) argument

Completed in 220 milliseconds