| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-scalar-evolution.h | 40 extern bool simple_iv (struct loop *, struct loop *, tree, affine_iv *, bool);
|
| HD | tree-ssa-loop-ivcanon.c | 184 if (!simple_iv (loop, loop_containing_stmt (stmt), op, &iv, false)) in constant_after_peeling()
|
| HD | tree-parloops.c | 1986 if (!simple_iv (loop, loop, res, &iv, true) in gather_scalar_reductions() 2104 if (is_gimple_reg (def) && !simple_iv (loop, loop, def, &iv, true)) in try_create_reduction_list()
|
| HD | tree-ssa-loop-manip.c | 1136 if (!simple_iv (loop, loop, res, &iv, true)) in rewrite_phi_with_iv()
|
| HD | tree-ssa-loop-prefetch.c | 426 if (!simple_iv (ar_data->loop, loop_containing_stmt (ar_data->stmt), in idx_analyze_ref()
|
| HD | 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()
|
| HD | tree-vect-data-refs.c | 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()
|
| HD | matrix-reorg.c | 914 if (simple_iv (loop, loop, acc_info->offset, &iv, true)) in analyze_transpose()
|
| HD | tree-data-ref.c | 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()
|
| HD | tree-scalar-evolution.c | 3105 simple_iv (struct loop *wrto_loop, struct loop *use_loop, tree op, in simple_iv() function
|
| HD | tree-predcom.c | 1400 ok = simple_iv (loop, loop, idx, &iv, true); in ref_at_iteration()
|
| HD | tree-ssa-loop-ivopts.c | 995 if (!simple_iv (loop, loop, name, &iv, true)) in determine_biv_step() 1101 if (!simple_iv (loop, loop_containing_stmt (stmt), lhs, iv, true)) in find_givs_in_stmt_scev()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-scalar-evolution.h | 41 extern bool simple_iv (struct loop *, struct loop *, tree, struct affine_iv *,
|
| HD | tree-ssa-loop-split.c | 107 if (!simple_iv (loop, useloop, op0, iv, false)) in split_at_bb_p() 109 if (!simple_iv (loop, useloop, op1, &iv2, false)) in split_at_bb_p()
|
| HD | gimple-loop-jam.c | 282 if (!simple_iv (loop, loop, op, &iv, true)) in unroll_jam_possible_p()
|
| HD | tree-parloops.c | 2613 if (simple_iv (loop, loop, res, &iv, true)) in gather_scalar_reductions() 2657 if (simple_iv (loop->inner, loop->inner, PHI_RESULT (inner_phi), in gather_scalar_reductions() 2857 if (!virtual_operand_p (def) && !simple_iv (loop, loop, def, &iv, true)) in try_create_reduction_list() 2882 && !simple_iv (loop, loop, def, &iv, true)) in try_create_reduction_list()
|
| HD | tree-ssa-loop-prefetch.c | 441 if (!simple_iv (ar_data->loop, loop_containing_stmt (ar_data->stmt), in idx_analyze_ref()
|
| HD | tree-ssa-loop-manip.c | 1449 if (!simple_iv (loop, loop, res, &iv, true)) in rewrite_phi_with_iv()
|
| HD | predict.c | 1446 if (!simple_iv (loop, loop_containing_stmt (stmt), op0, &iv0, true)) in is_comparison_with_loop_invariant_p() 1448 if (!simple_iv (loop, loop_containing_stmt (stmt), op1, &iv1, true)) in is_comparison_with_loop_invariant_p()
|
| HD | tree-data-ref.c | 897 if (!simple_iv (loop, loop, base, &base_iv, true)) in dr_analyze_innermost() 923 else if (!simple_iv (loop, loop, poffset, &offset_iv, true)) in dr_analyze_innermost()
|
| HD | tree-scalar-evolution.c | 3454 simple_iv (struct loop *wrto_loop, struct loop *use_loop, tree op, in simple_iv() function
|
| HD | tree-ssa-loop-ivopts.c | 1312 if (!simple_iv (loop, loop, PHI_RESULT (phi), &iv, true)) in find_bivs() 1416 if (!simple_iv (loop, loop_containing_stmt (stmt), lhs, iv, true)) in find_givs_in_stmt_scev()
|
| HD | ipa-fnsummary.c | 2342 if (!simple_iv (loop_containing_stmt (stmt), in analyze_function_body()
|
| HD | tree-ssa-loop-niter.c | 3171 if (!simple_iv (loop, loop, var, &iv, false)) in get_cst_init_from_scev()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | loop.texi | 367 @code{simple_iv} function may be used to analyze a value -- the result
|