Home
last modified time | relevance | path

Searched refs:i3notes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcombine.c3085 rtx i3notes, i2notes, i1notes = 0; in try_combine() local
3103 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3); in try_combine()
3112 reset_used_flags (i3notes); in try_combine()
3120 i3notes = copy_rtx_if_shared (i3notes); in try_combine()
3177 if (i3notes) in try_combine()
3179 rtx link = i3notes; in try_combine()
3185 i3notes = i2notes; in try_combine()
3224 if (i3notes) in try_combine()
3225 distribute_notes (i3notes, i3, i3, newi2pat ? i2 : NULL_RTX, in try_combine()