Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcombine.c3085 rtx i3notes, i2notes, i1notes = 0; in try_combine() local
3104 i2notes = REG_NOTES (i2), i2links = LOG_LINKS (i2); in try_combine()
3113 reset_used_flags (i2notes); in try_combine()
3121 i2notes = copy_rtx_if_shared (i2notes); in try_combine()
3182 XEXP (link, 1) = i2notes; in try_combine()
3185 i3notes = i2notes; in try_combine()
3186 i2notes = 0; in try_combine()
3227 if (i2notes) in try_combine()
3228 distribute_notes (i2notes, i2, i3, newi2pat ? i2 : NULL_RTX, in try_combine()