Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c2255 class loop *evolution_loop, class loop *inner_loop, in instantiate_scev_name() argument
2286 def_loop = find_common_loop (evolution_loop, def_bb->loop_father); in instantiate_scev_name()
2298 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2309 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2314 tree op1 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2360 res = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2378 res = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2405 class loop *evolution_loop, class loop *, in instantiate_scev_poly() argument
2409 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_poly()
2416 op1 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_poly()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.cc2255 class loop *evolution_loop, class loop *inner_loop, in instantiate_scev_name() argument
2286 def_loop = find_common_loop (evolution_loop, def_bb->loop_father); in instantiate_scev_name()
2298 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2309 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2314 tree op1 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2360 res = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2378 res = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_name()
2405 class loop *evolution_loop, class loop *, in instantiate_scev_poly() argument
2409 tree op0 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_poly()
2416 op1 = instantiate_scev_r (instantiate_below, evolution_loop, in instantiate_scev_poly()
[all …]
H A DChangeLog-200819779 Don't use the same loop for instantiation_loop and evolution_loop.