Searched refs:cse_process_note (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 6205 static rtx cse_process_note (rtx); 6220 validate_change (x, &XEXP (x, 0), cse_process_note (XEXP (x, 0)), false); in cse_process_note_1() 6255 cse_process_note (rtx x) in cse_process_note() function 6556 rtx newval = cse_process_note (XEXP (note, 0)); in cse_extended_basic_block()
|
H A D | ChangeLog-2020 | 24045 REGs and MEMs directly. Validate the MEM if cse_process_note 24048 (cse_process_note): ...this new function. 24050 the register notes and passing individual notes to cse_process_note.
|
H A D | FSFChangeLog.11 | 3790 (cse_process_note, count_reg_usage): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 6229 static rtx cse_process_note (rtx); 6244 validate_change (x, &XEXP (x, 0), cse_process_note (XEXP (x, 0)), false); in cse_process_note_1() 6279 cse_process_note (rtx x) in cse_process_note() function 6580 rtx newval = cse_process_note (XEXP (note, 0)); in cse_extended_basic_block()
|
H A D | FSFChangeLog.11 | 3790 (cse_process_note, count_reg_usage): Likewise.
|