Home | History | Annotate | Download | only in gcc

Lines Matching refs:def_loop

1179 	  class loop *def_loop = loop_containing_stmt (def);
1180 if (def_loop == loop)
1184 if (flow_loop_nested_p (loop, def_loop))
1943 class loop *def_loop;
1951 def_loop = bb->loop_father;
1960 if (loop != def_loop)
1962 res = analyze_scalar_evolution_1 (def_loop, var);
1963 class loop *loop_to_skip = superloop_at_depth (def_loop,
1995 if (loop == def_loop)
2266 class loop *def_loop;
2291 def_loop = find_common_loop (evolution_loop, def_bb->loop_father);
2294 def_loop->header, instantiate_below->dest))
2340 res = analyze_scalar_evolution (def_loop, chrec);
2350 > loop_depth (def_loop))