Searched refs:simple_iv (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-scalar-evolution.h | 37 extern bool simple_iv (struct loop *, tree, tree, affine_iv *, bool);
|
H A D | tree-ssa-loop-prefetch.c | 346 if (!simple_iv (ar_data->loop, ar_data->stmt, *index, &iv, false)) in idx_analyze_ref()
|
H A D | tree-ssa-loop-niter.c | 1089 if (!simple_iv (loop, stmt, op0, &iv0, false)) in number_of_iterations_exit() 1091 if (!simple_iv (loop, stmt, op1, &iv1, false)) in number_of_iterations_exit()
|
H A D | tree-scalar-evolution.c | 2792 simple_iv (struct loop *loop, tree stmt, tree op, affine_iv *iv, in simple_iv() function
|
H A D | tree-ssa-loop-ivopts.c | 954 if (!simple_iv (loop, phi, name, &iv, true)) in determine_biv_step() 1047 if (!simple_iv (loop, stmt, TREE_OPERAND (stmt, 1), iv, true)) in find_givs_in_stmt_scev()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 347 @code{simple_iv} function may be used to analyze a value -- the result
|
H A D | gccint.info | 8244 `simple_iv' function may be used to analyze a value - the result is a
|