Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c2466 basic_block prev_first = first->prev_bb; in fixup_partitions() local
2469 prev_first->next_bb = second; in fixup_partitions()
2470 second->prev_bb = prev_first; in fixup_partitions()
H A Dcfgrtl.cc2466 basic_block prev_first = first->prev_bb; in fixup_partitions() local
2469 prev_first->next_bb = second; in fixup_partitions()
2470 second->prev_bb = prev_first; in fixup_partitions()
H A Dhaifa-sched.c1619 rtx_insn *prev_first, *twin; in priority() local
1632 prev_first = PREV_INSN (insn); in priority()
1637 prev_first = NEXT_INSN (BB_HEAD (rec)); in priority()
1680 while (twin != prev_first); in priority()
H A Dhaifa-sched.cc1619 rtx_insn *prev_first, *twin; in priority() local
1632 prev_first = PREV_INSN (insn); in priority()
1637 prev_first = NEXT_INSN (BB_HEAD (rec)); in priority()
1680 while (twin != prev_first); in priority()
H A DChangeLog-200124581 (prev_cycle, prev_first, last_issued): New static variables.
24584 Set prev_first and prev_cycle.
H A DChangeLog-201421789 (priority): Likewise for locals "prev_first", "twin".
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c2466 basic_block prev_first = first->prev_bb; in fixup_partitions() local
2469 prev_first->next_bb = second; in fixup_partitions()
2470 second->prev_bb = prev_first; in fixup_partitions()
H A Dhaifa-sched.c1619 rtx_insn *prev_first, *twin; in priority() local
1632 prev_first = PREV_INSN (insn); in priority()
1637 prev_first = NEXT_INSN (BB_HEAD (rec)); in priority()
1680 while (twin != prev_first); in priority()