Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-scalar-evolution.c377 struct loop *def_loop = loop_containing_stmt (def); in chrec_contains_symbols_defined_in_loop()
420 return loop_containing_stmt (phi)->header == bb_for_stmt (phi); in loop_phi_node_p()
1323 struct loop *loop = loop_containing_stmt (loop_phi_node); in follow_ssa_edge_inner_loop_phi()
1377 def_loop = loop_containing_stmt (def); in follow_ssa_edge()
1435 struct loop *loop = loop_containing_stmt (loop_phi_node); in analyze_evolution_in_loop()
1559 struct loop *phi_loop = loop_containing_stmt (loop_phi_node); in interpret_loop_phi()
2109 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (var)); in loop_closed_phi_def()
2203 && (loop_containing_stmt (SSA_NAME_DEF_STMT (res)) == NULL in instantiate_parameters_1()
2204 || (loop_containing_stmt (SSA_NAME_DEF_STMT (res))->depth in instantiate_parameters_1()
2521 tree res = number_of_iterations_in_loop (loop_containing_stmt (cond)); in number_of_iterations_for_all_loops()
[all …]
H A Dtree-loop-linear.c138 struct loop *stmt_loop = loop_containing_stmt (stmt); in gather_interchange_stats()
H A Dtree-ssa-loop-im.c617 loop_containing_stmt (stmt)) != NULL in determine_invariantness_stmt()
619 loop_containing_stmt (stmt)) == NULL) in determine_invariantness_stmt()
H A Dtree-data-ref.c1002 analyze_array_indexes (loop_containing_stmt (stmt), NULL, ref, stmt, in estimate_iters_using_array()
1031 (loop_containing_stmt (stmt), &acc_fns, ref, stmt, false); in analyze_array()
1058 struct loop *loop = loop_containing_stmt (stmt); in analyze_indirect_ref()
1609 struct loop *loop = loop_containing_stmt (stmt); in object_analysis()
1959 struct loop *loop = loop_containing_stmt (stmt); in create_data_ref()
H A Dtree-flow-inline.h736 loop_containing_stmt (tree stmt) in loop_containing_stmt() function
H A Dtree-vrp.c2610 l = loop_containing_stmt (stmt); in vrp_var_may_overflow()
4058 if (current_loops && (l = loop_containing_stmt (stmt))) in vrp_visit_assignment()