| /src/external/gpl3/gcc/dist/gcc/ |
| sched-ebb.cc | 117 rtx_insn *next_tail = current_sched_info->next_tail; 124 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail)); 128 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) 195 Hence, we need to shift NEXT_TAIL, so haifa-sched.cc won't go out 197 current_sched_info->next_tail = NEXT_INSN (BB_END (bb)); 198 gcc_assert (current_sched_info->next_tail); 383 rtx_insn *next_tail = NEXT_INSN (tail); 386 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 529 current_sched_info->next_tail = NEXT_INSN (tail) 115 rtx_insn *next_tail = current_sched_info->next_tail; local 380 rtx_insn *next_tail = NEXT_INSN (tail); local [all...] |
| sel-sched-dump.cc | 752 insn_t next_tail = NEXT_INSN (BB_END (bb)); 872 while (insn != next_tail) 748 insn_t next_tail = NEXT_INSN (BB_END (bb)); local
|
| sched-deps.cc | 3914 rtx_insn *next_tail = NEXT_INSN (tail); 3918 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3928 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 5016 rtx_insn *insn, *next_tail = NEXT_INSN (tail); 5019 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3905 rtx_insn *next_tail = NEXT_INSN (tail); local 5006 rtx_insn *insn, *next_tail = NEXT_INSN (tail); local
|
| sched-rgn.cc | 2108 rtx_insn *next_tail = current_sched_info->next_tail; 2126 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) 2817 rtx_insn *next_tail = NEXT_INSN (tail); 2826 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3193 current_sched_info->next_tail = NEXT_INSN (tail); 2106 rtx_insn *next_tail = current_sched_info->next_tail; local 2814 rtx_insn *next_tail = NEXT_INSN (tail); local
|
| sched-int.h | 619 rtx_insn *prev_head, *next_tail; member in struct:haifa_sched_info
|
| sel-sched-ir.cc | 4023 insn_t insn = NEXT_INSN (BB_HEAD (bb)), next_tail = NEXT_INSN (BB_END (bb)); 4025 for (; insn != next_tail; insn = NEXT_INSN (insn)) 4003 insn_t insn = NEXT_INSN (BB_HEAD (bb)), next_tail = NEXT_INSN (BB_END (bb)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sched-ebb.cc | 117 rtx_insn *next_tail = current_sched_info->next_tail; 124 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail)); 128 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) 195 Hence, we need to shift NEXT_TAIL, so haifa-sched.cc won't go out 197 current_sched_info->next_tail = NEXT_INSN (BB_END (bb)); 198 gcc_assert (current_sched_info->next_tail); 383 rtx_insn *next_tail = NEXT_INSN (tail); 386 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 529 current_sched_info->next_tail = NEXT_INSN (tail) 115 rtx_insn *next_tail = current_sched_info->next_tail; local 380 rtx_insn *next_tail = NEXT_INSN (tail); local [all...] |
| sel-sched-dump.cc | 752 insn_t next_tail = NEXT_INSN (BB_END (bb)); 872 while (insn != next_tail) 748 insn_t next_tail = NEXT_INSN (BB_END (bb)); local
|
| sched-deps.cc | 3883 rtx_insn *next_tail = NEXT_INSN (tail); 3887 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3897 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 4945 rtx_insn *insn, *next_tail = NEXT_INSN (tail); 4948 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3874 rtx_insn *next_tail = NEXT_INSN (tail); local 4935 rtx_insn *insn, *next_tail = NEXT_INSN (tail); local
|
| sched-rgn.cc | 2103 rtx_insn *next_tail = current_sched_info->next_tail; 2121 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) 2812 rtx_insn *next_tail = NEXT_INSN (tail); 2821 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 3166 current_sched_info->next_tail = NEXT_INSN (tail); 2101 rtx_insn *next_tail = current_sched_info->next_tail; local 2809 rtx_insn *next_tail = NEXT_INSN (tail); local
|
| sched-int.h | 617 rtx_insn *prev_head, *next_tail; member in struct:haifa_sched_info
|
| sel-sched-ir.cc | 4023 insn_t insn = NEXT_INSN (BB_HEAD (bb)), next_tail = NEXT_INSN (BB_END (bb)); 4025 for (; insn != next_tail; insn = NEXT_INSN (insn)) 4003 insn_t insn = NEXT_INSN (BB_HEAD (bb)), next_tail = NEXT_INSN (BB_END (bb)); local
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh.cc | 9770 rtx_insn *insn, *next_tail, *head, *tail; 9773 next_tail = NEXT_INSN (tail); 9775 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 9750 rtx_insn *insn, *next_tail, *head, *tail; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 9769 rtx_insn *insn, *next_tail, *head, *tail; 9772 next_tail = NEXT_INSN (tail); 9774 for (insn = head; insn != next_tail; insn = NEXT_INSN (insn)) 9749 rtx_insn *insn, *next_tail, *head, *tail; local
|