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

/freebsd-11.0-release/contrib/gcc/
H A Dcse.c622 static rtx cse_process_notes (rtx, rtx);
6610 cse_process_notes (rtx x, rtx object)
6631 cse_process_notes (XEXP (x, 0), x), 0);
6637 XEXP (x, 0) = cse_process_notes (XEXP (x, 0), NULL_RTX);
6639 XEXP (x, 1) = cse_process_notes (XEXP (x, 1), NULL_RTX);
6646 rtx new = cse_process_notes (XEXP (x, 0), object);
6682 cse_process_notes (XEXP (x, i), object), 0);
7154 REG_NOTES (insn) = cse_process_notes (REG_NOTES (insn), NULL_RTX);
6586 cse_process_notes (rtx x, rtx object) function

Completed in 69 milliseconds