Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-scalar-evolution.c2891 struct loop *loop, *ex_loop; in scev_const_prop() local
2980 ex_loop = superloop_at_depth (loop, exit->dest->loop_father->depth + 1); in scev_const_prop()
2994 def = analyze_scalar_evolution_in_loop (ex_loop, loop, def, NULL); in scev_const_prop()
2995 def = compute_overall_effect_of_inner_loop (ex_loop, def); in scev_const_prop()
2997 || chrec_contains_symbols_defined_in_loop (def, ex_loop->num) in scev_const_prop()