Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-int.h311 extern void schedule_block PARAMS ((int, int));
H A Dsched-ebb.c270 schedule_block (-1, n_insns);
H A Dhaifa-sched.c1958 schedule_block (b, rgn_n_insns) in schedule_block() function
H A Dsched-rgn.c2830 schedule_block (b, rgn_n_insns);
H A DChangeLog.4456 * haifa-sched.c (schedule_block): Provide empty source statement
543 (schedule_block): Don't use BLOCK_HEAD/BLOCK_END macros.
1736 schedule_block, set_priorities): Change argument to be a real
1747 rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
1792 (schedule_block): Call visualize_alloc and visualize_free. Delete
1822 rank_for_schedule, schedule_insn and schedule_block, where they
1829 variables, moved out of schedule_block.
1830 (schedule_block): Return void. All callers changed.
1834 schedule_block. Call no_real_insns_p to avoid doing work for a
2994 (schedule_block): Initialize a ready_list structure. Use new
[all …]
H A DChangeLog.01078 * haifa-sched.c (schedule_block): Add hooks for the machine
3757 * haifa-sched.c (schedule_block): Make verbose output line up.
7187 * sched.c (schedule_block): Remove code to get arguments from hard
7340 (schedule_block): Likewise for `rgn'.
8376 (schedule_block): Likewise.
11273 * haifa-sched.c (schedule_block): If the first real insn in a
12624 * haifa-sched.c (schedule_block): Remove old code to get arguments
12744 (schedule_block): When adjusting basic_block_{head,end}, account
H A DChangeLog.23046 * haifa-sched.c (schedule_block): Don't crash if there's no
3162 * haifa-sched.c (schedule_block): Fix thinko.
3217 (schedule_block): Likewise.
4732 (schedule_block): Don't set block num for moved insns.
4818 (schedule_block): Keep BLOCK_NUM up-to-date.
5616 (schedule_block): Likewise.
8938 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
12662 (schedule_block): Remove redundant initial sort. Give clock_var
H A DFSFChangeLog.106 * sched.c (schedule_block): CALL_INSNs don't affect fixed regs.
2573 (schedule_block): Call prev_nonnote_insn.
2683 * sched.c (schedule_block): Copy RTX_INTEGRATE_P bit when create
2712 * sched.c (schedule_block): Maintain a valid chain so
7028 (schedule_block): Call reemit_notes twice. Reorganize code for
H A DFSFChangeLog.114615 * sched.c (schedule_block): Free space associated with
5147 * sched.c (schedule_block): Dito.
5440 * sched.c (schedule_block): Fix typo in yesterday's changes.
5470 (birthing_insn_p,attach_deaths,unlink_notes,schedule_block): Ditto.
10061 * sched.c (schedule_block): Before scheduling, add code to make all
11412 (unlink_notes, reemit_notes, schedule_block): Likewise.
H A DChangeLog.72786 * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
9251 * haifa-sched.c (schedule_block): Change the DFA state only after
9395 (schedule_block): Use it.
9461 schedule_block, sched_init, sched_finish): Add missed calls of
9550 (schedule_block): Add new code for automaton pipeline interface.
15343 (schedule_block): Use last_scheduled_insn to track last insn.
H A DChangeLog.14225 * sched.c (schedule_block): Likewise.
14172 (schedule_block): Initialize it.
H A DChangeLog.6286 (schedule_block): Use it.
12697 (schedule_block): Add new code for automaton pipeline interface.
H A DChangeLog.312674 * haifa-sched.c (schedule_block): Explain the real reason
H A DChangeLog3832 (schedule_block): Allocate/deallocate choice_stack. Change
/openbsd-src/gnu/gcc/gcc/
H A Dsched-int.h646 extern void schedule_block (basic_block *, int);
H A Dsched-ebb.c513 schedule_block (&target_bb, n_insns); in schedule_ebb()
H A Dsched-rgn.c2826 schedule_block (&curr_bb, rgn_n_insns); in schedule_region()
H A Dhaifa-sched.c2261 schedule_block (basic_block *target_bb, int rgn_n_insns1) in schedule_block() function