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

/freebsd-11.0-release/contrib/gcc/
H A Dlocal-alloc.c297 static void no_equiv (rtx, rtx, void *);
836 no_equiv (XEXP (note, 0), note, NULL);
844 note_stores (PATTERN (insn), no_equiv, NULL);
855 note_stores (part, no_equiv, NULL);
906 note_stores (set, no_equiv, NULL);
930 no_equiv (dest, set, NULL);
1258 no_equiv (rtx reg, rtx store ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED)
838 note_stores (PATTERN (insn), no_equiv, NULL); local
1252 no_equiv (rtx reg, rtx store ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED) function

Completed in 37 milliseconds