Searched refs:midnotes (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | combine.c | 3084 rtx midnotes = 0; in try_combine() local 3213 move_deaths (newi2pat, NULL_RTX, INSN_CUID (i1), i2, &midnotes); in try_combine() 3214 move_deaths (newpat, newi2pat, INSN_CUID (i1), i3, &midnotes); in try_combine() 3218 i3, &midnotes); in try_combine() 3230 if (midnotes) in try_combine() 3231 distribute_notes (midnotes, NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, in try_combine()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | combine.c | 2587 rtx midnotes = 0; local 2710 move_deaths (newi2pat, NULL_RTX, INSN_CUID (i1), i2, &midnotes); 2711 move_deaths (newpat, newi2pat, INSN_CUID (i1), i3, &midnotes); 2715 i3, &midnotes); 2724 if (midnotes) 2725 distribute_notes (midnotes, NULL_RTX, i3, newi2pat ? i2 : NULL_RTX);
|