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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c941 sbitmap *tmp_precede, sbitmap must_precede, int c,
950 *tmp_precede = must_precede;
959 *tmp_precede = must_precede;
1028 sbitmap must_precede, must_follow, tmp_precede, tmp_follow;
1066 must_precede = sbitmap_alloc (g->num_nodes);
1072 must_precede, must_follow);
1075 must_precede, c, start, end, step);
1102 must_precede, branch_cycle, start, end,
1128 free (must_precede);
2073 sbitmap must_precede, sbitma
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
2190 sbitmap must_precede = 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
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 91 milliseconds