Searched refs:schedule_block (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsched-ebb.c560 success = schedule_block (&target_bb, NULL);
H A Dsched-int.h570 functionality from functions such as schedule_block or schedule_insn.
613 /* If nonzero, enables an additional sanity check in schedule_block. */
1399 extern bool schedule_block (basic_block *, state_t);
H A Dsched-rgn.c3098 schedule_block (&curr_bb, bb_state[first_bb->index]);
H A Dhaifa-sched.c327 `schedule_block' when the best insn to schedule is chosen.
391 of schedule_block, and afterwards used to reorder the insns in the RTL. */
876 inserted at the beginning of the block (in schedule_block()). */
3995 /* A structure that holds local state for the loop in schedule_block. */
4333 /* Copies of state used in the inner loop of schedule_block. */
4371 save this point. SCHED_BLOCK is the local state of schedule_block
4568 PSCHED_BLOCK_P points to the local data of schedule_block that we must
5176 See the comment in schedule_block for the rationale. */
6162 block. TARGET_BB is the argument passed to schedule_block. */
6429 schedule_block (basic_bloc
6414 schedule_block (basic_block *target_bb, state_t init_state) function
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c275 `schedule_block' when the best insn to schedule is chosen.
282 loop in `schedule_block' as time passes or stalls are introduced. */
346 static void schedule_block PROTO((int, FILE *));
2614 schedule_block (b, file)
4328 /* ??? Perhaps it's done to ensure NEXT_TAIL in schedule_block is a
4347 schedule_block (b, dump_file);
2606 schedule_block (b, file) function
H A Dhaifa-sched.c389 `schedule_block' when the best insn to schedule is chosen.
454 static int schedule_block PROTO ((int, int));
731 inserted at the beginning of the block (in schedule_block()). */
5601 /* Scheduling clock, modified in schedule_block() and queue_to_ready () */
6680 schedule_block (bb, rgn_n_insns)
6717 and caused problems because schedule_block and compute_forward_dependences
6722 block into a proceeding block. This may also cause schedule_block and
6766 schedule_block (). */
7091 } /* schedule_block () */
7763 sched_rgn_n_insns += schedule_block (b
6672 schedule_block (bb, rgn_n_insns) function
[all...]

Completed in 104 milliseconds