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

/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c61 static void move2add_note_store (rtx, rtx, void *);
1179 reload_cse_move2add and move2add_note_store. */
1386 note_stores (PATTERN (insn), move2add_note_store, NULL);
1399 move2add_note_store, are intended to reduce the
1408 move2add_note_store (SET_DEST (implicit_set), implicit_set, 0);
1431 move2add_note_store (rtx dst, rtx set, void *data ATTRIBUTE_UNUSED)
1384 note_stores (PATTERN (insn), move2add_note_store, NULL); local
1429 move2add_note_store (rtx dst, rtx set, void *data ATTRIBUTE_UNUSED) function

Completed in 47 milliseconds