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

/freebsd-10.1-release/contrib/gcc/
H A Dmodulo-sched.c169 sbitmap must_follow);
1497 sbitmap must_follow = sbitmap_alloc (num_nodes);
1567 /* use must_follow & must_precede bitmaps to determine order
1570 sbitmap_zero (must_follow);
1581 SET_BIT (must_follow, e->dest->cuid);
1591 must_follow);
1620 sbitmap_free (must_follow);
2148 sbitmap must_precede, sbitmap must_follow)
2167 if (TEST_BIT (must_follow, next_ps_i->node->cuid)
2209 sbitmap must_follow)
1494 sbitmap must_follow = sbitmap_alloc (num_nodes); local
2142 ps_insn_find_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_precede, sbitmap must_follow) argument
2203 ps_insn_advance_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_follow) argument
2253 add_node_to_ps(partial_schedule_ptr ps, ddg_node_ptr node, int cycle, sbitmap must_precede, sbitmap must_follow) argument
2405 ps_add_node_check_conflicts(partial_schedule_ptr ps, ddg_node_ptr n, int c, sbitmap must_precede, sbitmap must_follow) argument
[all...]

Completed in 52 milliseconds