Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c3085 rtx i3notes, i2notes, i1notes = 0; in try_combine() local
3106 i1notes = REG_NOTES (i1), i1links = LOG_LINKS (i1); in try_combine()
3114 reset_used_flags (i1notes); in try_combine()
3122 i1notes = copy_rtx_if_shared (i1notes); in try_combine()
3230 if (i1notes) in try_combine()
3231 distribute_notes (i1notes, i1, i3, newi2pat ? i2 : NULL_RTX, in try_combine()