Searched refs:def_loop (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-manip.cc | 165 find_sibling_superloop (class loop *use_loop, class loop *def_loop) in find_sibling_superloop() argument 168 unsigned dd = loop_depth (def_loop); in find_sibling_superloop() 173 def_loop = superloop_at_depth (def_loop, ud); in find_sibling_superloop() 174 while (loop_outer (use_loop) != loop_outer (def_loop)) in find_sibling_superloop() 177 def_loop = loop_outer (def_loop); in find_sibling_superloop() 178 gcc_assert (use_loop && def_loop); in find_sibling_superloop() 204 class loop *def_loop = def_bb->loop_father; in compute_live_loop_exits() local 205 unsigned def_loop_depth = loop_depth (def_loop); in compute_live_loop_exits() 217 gcc_checking_assert (def_loop != use_loop in compute_live_loop_exits() 218 && ! flow_loop_nested_p (def_loop, use_loop)); in compute_live_loop_exits() [all …]
|
H A D | tree-scalar-evolution.cc | 1176 class loop *def_loop = loop_containing_stmt (def); in follow_ssa_edge_expr() local 1177 if (def_loop == loop) in follow_ssa_edge_expr() 1181 if (flow_loop_nested_p (loop, def_loop)) in follow_ssa_edge_expr() 1938 class loop *def_loop; in analyze_scalar_evolution_1() local 1946 def_loop = bb->loop_father; in analyze_scalar_evolution_1() 1955 if (loop != def_loop) in analyze_scalar_evolution_1() 1957 res = analyze_scalar_evolution_1 (def_loop, var); in analyze_scalar_evolution_1() 1958 class loop *loop_to_skip = superloop_at_depth (def_loop, in analyze_scalar_evolution_1() 1990 if (loop == def_loop) in analyze_scalar_evolution_1() 2261 class loop *def_loop; in instantiate_scev_name() local [all …]
|
H A D | tree-chrec.cc | 1003 loop_p def_loop, loop; in chrec_contains_symbols_defined_in_loop() local 1009 def_loop = loop_containing_stmt (def); in chrec_contains_symbols_defined_in_loop() 1012 if (def_loop == NULL) in chrec_contains_symbols_defined_in_loop() 1015 if (loop == def_loop || flow_loop_nested_p (loop, def_loop)) in chrec_contains_symbols_defined_in_loop()
|
H A D | fwprop.cc | 857 struct loop *def_loop = def_insn->bb ()->cfg_bb ()->loop_father; in forward_propagate_into() local 860 || (def_loop != use_loop in forward_propagate_into() 861 && !flow_loop_nested_p (use_loop, def_loop))) in forward_propagate_into()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-manip.c | 165 find_sibling_superloop (class loop *use_loop, class loop *def_loop) in find_sibling_superloop() argument 168 unsigned dd = loop_depth (def_loop); in find_sibling_superloop() 173 def_loop = superloop_at_depth (def_loop, ud); in find_sibling_superloop() 174 while (loop_outer (use_loop) != loop_outer (def_loop)) in find_sibling_superloop() 177 def_loop = loop_outer (def_loop); in find_sibling_superloop() 178 gcc_assert (use_loop && def_loop); in find_sibling_superloop() 204 class loop *def_loop = def_bb->loop_father; in compute_live_loop_exits() local 205 unsigned def_loop_depth = loop_depth (def_loop); in compute_live_loop_exits() 217 gcc_checking_assert (def_loop != use_loop in compute_live_loop_exits() 218 && ! flow_loop_nested_p (def_loop, use_loop)); in compute_live_loop_exits() [all …]
|
H A D | tree-scalar-evolution.c | 1176 class loop *def_loop = loop_containing_stmt (def); in follow_ssa_edge_expr() local 1177 if (def_loop == loop) in follow_ssa_edge_expr() 1181 if (flow_loop_nested_p (loop, def_loop)) in follow_ssa_edge_expr() 1938 class loop *def_loop; in analyze_scalar_evolution_1() local 1946 def_loop = bb->loop_father; in analyze_scalar_evolution_1() 1955 if (loop != def_loop) in analyze_scalar_evolution_1() 1957 res = analyze_scalar_evolution_1 (def_loop, var); in analyze_scalar_evolution_1() 1958 class loop *loop_to_skip = superloop_at_depth (def_loop, in analyze_scalar_evolution_1() 1990 if (loop == def_loop) in analyze_scalar_evolution_1() 2261 class loop *def_loop; in instantiate_scev_name() local [all …]
|
H A D | tree-chrec.c | 1003 loop_p def_loop, loop; in chrec_contains_symbols_defined_in_loop() local 1009 def_loop = loop_containing_stmt (def); in chrec_contains_symbols_defined_in_loop() 1012 if (def_loop == NULL) in chrec_contains_symbols_defined_in_loop() 1015 if (loop == def_loop || flow_loop_nested_p (loop, def_loop)) in chrec_contains_symbols_defined_in_loop()
|