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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmodulo-sched.c1527 sbitmap must_follow = sbitmap_alloc (num_nodes); local
2170 ps_insn_find_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_precede, sbitmap must_follow) argument
2231 ps_insn_advance_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_follow) argument
2281 add_node_to_ps(partial_schedule_ptr ps, ddg_node_ptr node, int cycle, sbitmap must_precede, sbitmap must_follow) argument
2433 ps_add_node_check_conflicts(partial_schedule_ptr ps, ddg_node_ptr n, int c, sbitmap must_precede, sbitmap must_follow) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.c1611 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
1698 try_scheduling_node_in_cycle(partial_schedule_ptr ps, ddg_node_ptr u_node, int u, int cycle, sbitmap sched_nodes, int *num_splits, sbitmap must_precede, sbitmap must_follow) argument
1735 sbitmap must_follow = sbitmap_alloc (num_nodes); local
2568 ps_insn_find_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_precede, sbitmap must_follow) argument
2629 ps_insn_advance_column(partial_schedule_ptr ps, ps_insn_ptr ps_i, sbitmap must_follow) argument
2679 add_node_to_ps(partial_schedule_ptr ps, ddg_node_ptr node, int cycle, sbitmap must_precede, sbitmap must_follow) argument
2781 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 108 milliseconds