Home
last modified time | relevance | path

Searched refs:inner_loop (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-loop-linear.c139 struct loop *inner_loop = first_loop->inner; in gather_interchange_stats() local
141 if (inner_loop != stmt_loop in gather_interchange_stats()
142 && !flow_loop_nested_p (inner_loop, stmt_loop)) in gather_interchange_stats()
Dtree-scalar-evolution.c470 struct loop *inner_loop = in compute_overall_effect_of_inner_loop() local
472 tree nb_iter = number_of_iterations_in_loop (inner_loop); in compute_overall_effect_of_inner_loop()
488 res = chrec_apply (inner_loop->num, evolution_fn, nb_iter); in compute_overall_effect_of_inner_loop()