/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-scalar-evolution.c | 389 def_loop = loop_containing_stmt (def); in chrec_contains_symbols_defined_in_loop() 418 return loop_containing_stmt (phi)->header == gimple_bb (phi); in loop_phi_node_p() 1292 struct loop *loop = loop_containing_stmt (loop_phi_node); in follow_ssa_edge_inner_loop_phi() 1346 def_loop = loop_containing_stmt (def); in follow_ssa_edge() 1402 struct loop *loop = loop_containing_stmt (loop_phi_node); in analyze_evolution_in_loop() 1483 struct loop *loop = loop_containing_stmt (loop_phi_node); in analyze_initial_condition() 1553 struct loop *phi_loop = loop_containing_stmt (loop_phi_node); in interpret_loop_phi() 2059 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (var)); in loop_closed_phi_def() 2136 && loop_depth (loop_containing_stmt (SSA_NAME_DEF_STMT (res))) in instantiate_scev_name() 2149 loop_p loop = loop_containing_stmt (SSA_NAME_DEF_STMT (chrec)); in instantiate_scev_name() [all …]
|
H A D | tree-loop-distribution.c | 76 if (loop != loop_containing_stmt (USE_STMT (use_p))) in ssa_name_has_uses_outside_loop_p() 108 loop_containing_stmt (stmt))); in stmt_has_scalar_dependences_outside_loop() 316 res = dr_analyze_innermost (dr, loop_containing_stmt (stmt)); in generate_memset_zero() 634 loop = loop_containing_stmt (RDG_STMT (rdg, v)); in rdg_flag_vertex()
|
H A D | graphite-sese-to-poly.c | 83 loop_p loop = loop_containing_stmt (phi); in remove_invariant_phi() 136 loop = loop_containing_stmt (phi); in reduction_phi_p() 288 loop = loop_containing_stmt (stmt); in try_generate_gimple_bb() 2071 loop = loop_containing_stmt (stmt); in analyze_drs_in_stmts() 2312 loop_p loop = loop_containing_stmt (SSA_NAME_DEF_STMT (res)); in rewrite_close_phi_out_of_ssa() 2317 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (arg)); in rewrite_close_phi_out_of_ssa() 2556 loop_p loop = loop_containing_stmt (SSA_NAME_DEF_STMT (def)); in rewrite_cross_bb_scalar_deps() 2908 loop_p loop = loop_containing_stmt (loop_phi); in used_outside_reduction() 3080 loop_p nest = loop_containing_stmt (SSA_NAME_DEF_STMT (arg)); in close_phi_written_to_memory()
|
H A D | tree-ssa-loop-im.c | 1018 || loop_containing_stmt (stmt1) != loop_containing_stmt (stmt)) in rewrite_bittest() 1024 if (outermost_invariant_loop (b, loop_containing_stmt (stmt1)) != NULL in rewrite_bittest() 1025 && outermost_invariant_loop (a, loop_containing_stmt (stmt1)) == NULL) in rewrite_bittest() 1153 loop_containing_stmt (stmt)); in determine_invariantness_stmt()
|
H A D | sese.h | 412 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (def)); in scev_analyzable_p()
|
H A D | tree-data-ref.c | 730 struct loop *loop = loop_containing_stmt (stmt); in dr_analyze_innermost() 773 if (!simple_iv (loop, loop_containing_stmt (stmt), base, &base_iv, in dr_analyze_innermost() 810 else if (!simple_iv (loop, loop_containing_stmt (stmt), in dr_analyze_innermost() 4414 dr = create_data_ref (nest, loop_containing_stmt (stmt), in find_data_references_in_stmt() 5303 res = dr_analyze_innermost (dr, loop_containing_stmt (stmt)) in stmt_with_adjacent_zero_store_dr_p() 5343 dr_analyze_innermost (dr, loop_containing_stmt (stmt)); in ref_base_address() 5372 struct loop *loop = loop_containing_stmt (stmt); in rdg_defs_used_in_other_loops_p() 5385 if (loop_containing_stmt (USE_STMT (imm_use_p)) != loop) in rdg_defs_used_in_other_loops_p()
|
H A D | tree-ssa-loop-ivcanon.c | 184 if (!simple_iv (loop, loop_containing_stmt (stmt), op, &iv, false)) in constant_after_peeling()
|
H A D | graphite-scop-detection.c | 271 for (outer = loop_containing_stmt (stmt); outer; outer = loop_outer (outer)) in stmt_has_simple_data_refs_p() 274 loop_containing_stmt (stmt), in stmt_has_simple_data_refs_p()
|
H A D | tree-ssa-reassoc.c | 2417 struct loop *loop = loop_containing_stmt (stmt); in linearize_expr() 2530 struct loop *loop = loop_containing_stmt (stmt); in should_break_up_subtract() 2581 struct loop *loop = loop_containing_stmt (stmt); in linearize_expr_tree() 2899 loop_containing_stmt (stmt))) in reassociate_bb()
|
H A D | tree-ssa-loop-prefetch.c | 426 if (!simple_iv (ar_data->loop, loop_containing_stmt (ar_data->stmt), in idx_analyze_ref() 1564 dr = create_data_ref (nest, loop_containing_stmt (ref->stmt), in determine_loop_nest_reuse()
|
H A D | sese.c | 824 def_loop = loop_containing_stmt (def); in scalar_evolution_in_region()
|
H A D | tree-vect-data-refs.c | 2805 = create_data_ref (NULL, loop_containing_stmt (stmt), in vect_analyze_data_refs() 2986 if (!simple_iv (loop, loop_containing_stmt (stmt), outer_base, in vect_analyze_data_refs() 3008 else if (!simple_iv (loop, loop_containing_stmt (stmt), poffset, in vect_analyze_data_refs()
|
H A D | tree-flow-inline.h | 627 loop_containing_stmt (gimple stmt) in loop_containing_stmt() function
|
H A D | tree-ssa-loop-niter.c | 1847 if (!simple_iv (loop, loop_containing_stmt (stmt), op0, &iv0, false)) in number_of_iterations_exit() 1849 if (!simple_iv (loop, loop_containing_stmt (stmt), op1, &iv1, false)) in number_of_iterations_exit()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop.h | 73 loop_containing_stmt (gimple *stmt) in loop_containing_stmt() function
|
H A D | tree-scalar-evolution.c | 402 def_loop = loop_containing_stmt (def); in chrec_contains_symbols_defined_in_loop() 431 return loop_containing_stmt (phi)->header == gimple_bb (phi); in loop_phi_node_p() 1282 struct loop *loop = loop_containing_stmt (loop_phi_node); in follow_ssa_edge_inner_loop_phi() 1336 def_loop = loop_containing_stmt (def); in follow_ssa_edge() 1457 struct loop *loop = loop_containing_stmt (loop_phi_node); in analyze_evolution_in_loop() 1585 struct loop *loop = loop_containing_stmt (loop_phi_node); in analyze_initial_condition() 1645 struct loop *phi_loop = loop_containing_stmt (loop_phi_node); in interpret_loop_phi() 2324 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (var)); in loop_closed_phi_def() 2448 && loop_depth (loop_containing_stmt (SSA_NAME_DEF_STMT (res))) in instantiate_scev_name() 2461 loop_p loop = loop_containing_stmt (SSA_NAME_DEF_STMT (chrec)); in instantiate_scev_name()
|
H A D | tree-ssa-loop-im.c | 883 || loop_containing_stmt (stmt1) != loop_containing_stmt (stmt)) in rewrite_bittest() 889 if (outermost_invariant_loop (b, loop_containing_stmt (stmt1)) != NULL in rewrite_bittest() 890 && outermost_invariant_loop (a, loop_containing_stmt (stmt1)) == NULL) in rewrite_bittest() 1033 loop_containing_stmt (stmt)); in before_dom_children()
|
H A D | gimple-ssa-evrp-analyze.c | 263 && (l = loop_containing_stmt (phi)) in record_ranges_from_phis()
|
H A D | tree-ssa-reassoc.c | 3646 || !flow_bb_inside_loop_p (loop_containing_stmt (stmt), rhs_bb)) in final_range_test_p() 3653 || !flow_bb_inside_loop_p (loop_containing_stmt (stmt), lhs_bb)) in final_range_test_p() 4082 loop_containing_stmt (stmt)) in maybe_optimize_range_tests() 4101 loop_containing_stmt (stmt)) in maybe_optimize_range_tests() 4135 loop_containing_stmt (stmt)))) in maybe_optimize_range_tests() 4189 loop_containing_stmt (stmt)); in maybe_optimize_range_tests() 4795 struct loop *loop = loop_containing_stmt (stmt); in linearize_expr() 4929 struct loop *loop = loop_containing_stmt (stmt); in should_break_up_subtract() 5084 struct loop *loop = loop_containing_stmt (stmt); in linearize_expr_tree() 5904 loop_containing_stmt (stmt))) in reassociate_bb()
|
H A D | sese.c | 425 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (def)); in scev_analyzable_p()
|
H A D | tree-ssa-loop-prefetch.c | 441 if (!simple_iv (ar_data->loop, loop_containing_stmt (ar_data->stmt), in idx_analyze_ref() 1636 loop_containing_stmt (ref->stmt), in determine_loop_nest_reuse()
|
H A D | tree-ssa-threadbackward.c | 695 if (loop_containing_stmt (def_stmt)->header == gimple_bb (def_stmt)) in fsm_find_control_statement_thread_paths()
|
H A D | tree-ssa-loop-split.c | 105 struct loop *useloop = loop_containing_stmt (stmt); in split_at_bb_p()
|
H A D | tree-ssa-loop-niter.c | 2358 if (!simple_iv_with_niters (loop, loop_containing_stmt (stmt), in number_of_iterations_exit_assumptions() 2362 if (!simple_iv_with_niters (loop, loop_containing_stmt (stmt), in number_of_iterations_exit_assumptions() 3165 struct loop *loop = loop_containing_stmt (def_stmt); in get_cst_init_from_scev() 3296 struct loop *dloop = loop_containing_stmt (data->stmt); in idx_infer_loop_bounds() 3447 struct loop *uloop = loop_containing_stmt (stmt); in infer_loop_bounds_from_pointer_arith()
|
H A D | tree-ssa-loop-ivcanon.c | 195 if (loop_containing_stmt (stmt) != loop) in constant_after_peeling()
|