Searched refs:cse_process_notes (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cse.c | 588 static rtx cse_process_notes (rtx, rtx, bool *); 6229 cse_process_notes (XEXP (x, 0), x, changed), 0); in cse_process_notes_1() 6234 XEXP (x, 0) = cse_process_notes (XEXP (x, 0), NULL_RTX, changed); in cse_process_notes_1() 6240 XEXP (x, 1) = cse_process_notes (XEXP (x, 1), NULL_RTX, changed); in cse_process_notes_1() 6247 rtx new_rtx = cse_process_notes (XEXP (x, 0), object, changed); in cse_process_notes_1() 6257 rtx new_rtx = cse_process_notes (XEXP (x, 0), object, changed); in cse_process_notes_1() 6295 cse_process_notes (XEXP (x, i), object, changed), 0); in cse_process_notes_1() 6301 cse_process_notes (rtx x, rtx object, bool *changed) in cse_process_notes() function 6604 REG_NOTES (insn) = cse_process_notes (REG_NOTES (insn), in cse_extended_basic_block()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cse.c | 600 static rtx cse_process_notes (rtx, rtx, bool *); 5945 cse_process_notes (XEXP (x, 0), x, changed), 0); in cse_process_notes_1() 5951 XEXP (x, 0) = cse_process_notes (XEXP (x, 0), NULL_RTX, changed); in cse_process_notes_1() 5953 XEXP (x, 1) = cse_process_notes (XEXP (x, 1), NULL_RTX, changed); in cse_process_notes_1() 5960 rtx new_rtx = cse_process_notes (XEXP (x, 0), object, changed); in cse_process_notes_1() 5996 cse_process_notes (XEXP (x, i), object, changed), 0); in cse_process_notes_1() 6002 cse_process_notes (rtx x, rtx object, bool *changed) in cse_process_notes() function 6282 REG_NOTES (insn) = cse_process_notes (REG_NOTES (insn), in cse_extended_basic_block()
|