Searched defs:sched_nodes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | modulo-sched.cc | 980 auto_sbitmap sched_nodes (g->num_nodes); in optimize_sc() local 1866 sbitmap sched_nodes, int ii, int *start_p, int *step_p, in get_sched_window() 2030 int step, int ii, sbitmap sched_nodes, in calculate_must_precede_follow() 2117 int u, int cycle, sbitmap sched_nodes, in try_scheduling_node_in_cycle() 2150 auto_sbitmap sched_nodes (num_nodes); in sms_schedule_by_order() local 2273 sbitmap sched_nodes) in ps_insert_empty_row() 2360 compute_split_row (sbitmap sched_nodes, int low, int up, int ii, in compute_split_row() 2414 verify_partial_schedule (partial_schedule_ptr ps, sbitmap sched_nodes) in verify_partial_schedule()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | modulo-sched.c | 1865 sbitmap sched_nodes, int ii, int *start_p, int *step_p, in get_sched_window() 2029 int step, int ii, sbitmap sched_nodes, in calculate_must_precede_follow() 2116 int u, int cycle, sbitmap sched_nodes, in try_scheduling_node_in_cycle() 2272 sbitmap sched_nodes) in ps_insert_empty_row() 2359 compute_split_row (sbitmap sched_nodes, int low, int up, int ii, in compute_split_row() 2413 verify_partial_schedule (partial_schedule_ptr ps, sbitmap sched_nodes) in verify_partial_schedule()
|