Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtlanal.c42 static void hoist_update_store PARAMS ((rtx, rtx *, rtx, rtx));
3495 hoist_update_store (insn, xp, val, new) in hoist_update_store() function
3562 hoist_update_store (insn, &SET_DEST (pat), val, new);
3567 hoist_update_store (insn, &XEXP (pat, 0), val, new);
3576 hoist_update_store (insn, &SET_DEST (x), val, new);
3581 hoist_update_store (insn, &SET_DEST (x), val, new);
DChangeLog.75301 * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,