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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c90 static void kill_set_value (rtx, const_rtx, void *);
246 /* A structure passed as data to kill_set_value through note_stores. */
257 kill_set_value (rtx x, const_rtx set, void *data) function
1095 we need to either remove the noop move, or kill_set_value. */
1114 note_stores (insn, kill_set_value, &ksvd);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc90 static void kill_set_value (rtx, const_rtx, void *);
246 /* A structure passed as data to kill_set_value through note_stores. */
257 kill_set_value (rtx x, const_rtx set, void *data) function
1113 we need to either remove the noop move, or kill_set_value. */
1132 note_stores (insn, kill_set_value, &ksvd);

Completed in 93 milliseconds