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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c583 sbitmap distance1_uses, sbitmap must_follow)
674 bitmap_clear (must_follow);
675 bitmap_set_bit (must_follow, move->def);
681 move->uses, must_follow);
725 sbitmap must_follow;
836 must_follow = sbitmap_alloc (first_move + nreg_moves);
839 distance1_uses, must_follow))
841 sbitmap_free (must_follow);
940 set_must_precede_follow (sbitmap *tmp_follow, sbitmap must_follow,
952 *tmp_follow = must_follow;
579 schedule_reg_move(partial_schedule_ptr ps, int i_reg_move, sbitmap distance1_uses, sbitmap must_follow) argument
722 sbitmap must_follow; local
937 set_must_precede_follow(sbitmap *tmp_follow, sbitmap must_follow, sbitmap *tmp_precede, sbitmap must_precede, int c, int start, int end, int step) argument
1025 sbitmap must_precede, must_follow, tmp_precede, tmp_follow; local
2068 calculate_must_precede_follow(ddg_node_ptr u_node, int start, int end, int step, int ii, sbitmap sched_nodes, sbitmap must_precede, sbitmap must_follow) argument
2155 try_scheduling_node_in_cycle(partial_schedule_ptr ps, int u, int cycle, sbitmap sched_nodes, int *num_splits, sbitmap must_precede, sbitmap must_follow) argument
2191 sbitmap must_follow = sbitmap_alloc (num_nodes); local
3034 ps_insn_find_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_precede, sbitmap must_follow) argument
3126 ps_insn_advance_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_follow) argument
3173 add_node_to_ps(partial_schedule_ptr ps, int id, int cycle, sbitmap must_precede, sbitmap must_follow) argument
3271 ps_add_node_check_conflicts(partial_schedule_ptr ps, int n, int c, sbitmap must_precede, sbitmap must_follow) argument
[all...]

Completed in 95 milliseconds