Home
last modified time | relevance | path

Searched refs:ploc (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drecog.c874 find_single_use (dest, insn, ploc) in find_single_use() argument
877 rtx *ploc;
892 if (result && ploc)
893 *ploc = next;
913 if (ploc)
914 *ploc = next;
/openbsd/src/gnu/gcc/gcc/
Drecog.c878 find_single_use (rtx dest, rtx insn, rtx *ploc) in find_single_use() argument
893 if (result && ploc) in find_single_use()
894 *ploc = next; in find_single_use()
914 if (ploc) in find_single_use()
915 *ploc = next; in find_single_use()