Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c3082 rtx i3notes, i2notes, i1notes = 0; in try_combine() local
3100 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3); in try_combine()
3109 reset_used_flags (i3notes); in try_combine()
3117 i3notes = copy_rtx_if_shared (i3notes); in try_combine()
3174 if (i3notes) in try_combine()
3176 rtx link = i3notes; in try_combine()
3182 i3notes = i2notes; in try_combine()
3221 if (i3notes) in try_combine()
3222 distribute_notes (i3notes, i3, i3, newi2pat ? i2 : NULL_RTX, in try_combine()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c2585 rtx i3notes, i2notes, i1notes = 0; local
2592 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3);
2601 reset_used_flags (i3notes);
2609 i3notes = copy_rtx_if_shared (i3notes);
2665 if (i3notes)
2667 rtx link = i3notes;
2673 i3notes = i2notes;
2718 if (i3notes)
2719 distribute_notes (i3notes, i3, i3, newi2pat ? i2 : NULL_RTX);