/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.cc | 202 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_value_range_using_guard() 203 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_value_range_using_guard() 624 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 625 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 2093 expand_simple_operations (tree expr, tree stop, hash_map<tree, tree> &cache) in expand_simple_operations() function 2127 ee = expand_simple_operations (e, stop, cache); in expand_simple_operations() 2170 return expand_simple_operations (e, stop, cache); in expand_simple_operations() 2190 return expand_simple_operations (e, stop, cache); in expand_simple_operations() 2199 ee = expand_simple_operations (TREE_OPERAND (base, 0), stop, in expand_simple_operations() 2215 ee = expand_simple_operations (e, stop, cache); in expand_simple_operations() [all …]
|
H A D | tree-ssa-loop-niter.h | 23 extern tree expand_simple_operations (tree, tree = NULL);
|
H A D | ChangeLog.ptr | 327 (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
|
H A D | tree-ssa-loop-ivopts.cc | 1327 base = expand_simple_operations (base, stop); in find_bivs() 1426 iv->base = expand_simple_operations (iv->base, stop); in find_givs_in_stmt_scev() 5194 base = expand_simple_operations (base); in difference_cannot_overflow_p()
|
H A D | ChangeLog.tuples | 227 * tree-ssa-loop-niter.c (expand_simple_operations): Expand 3934 expand_simple_operations): Use gimple_assign_rhs_code.
|
H A D | ChangeLog-2008 | 10423 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise. 19863 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise. 24715 * tree-ssa-loop-niter.c (expand_simple_operations): Revert 24744 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
|
H A D | ChangeLog-2005 | 6926 * tree-ssa-loop-niter.c (expand_simple_operations): Return immediately 18160 expand_simple_operations to bases of the ivs. 18162 * tree-flow.h (expand_simple_operations): Declare. 18165 (expand_simple_operations): Export. 22146 (expand_simple_operations): New function.
|
H A D | ChangeLog-2007 | 17457 (expand_simple_operations): POINTER_PLUS_EXPR are simple also. 25813 (expand_simple_operations): Handle phi nodes. 28659 (expand_simple_operations): Likewise. 29165 * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
|
H A D | ChangeLog-2015 | 40042 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter. 40043 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter. 40046 expand_simple_operations.
|
H A D | ChangeLog-2016 | 16219 parameter STOP and update calls. Move expand_simple_operations 28052 after expanding BASE using expand_simple_operations.
|
H A D | ChangeLog-2017 | 1211 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise. 21057 (expand_simple_operations): Also look through ADDR_EXPRs with
|
H A D | ChangeLog-2006 | 2804 * tree-ssa-loop-niter.c (expand_simple_operations): Same.
|
H A D | ChangeLog-2014 | 1171 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise. 23923 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
|
H A D | ChangeLog-2019 | 26374 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
|
H A D | ChangeLog-2013 | 27235 * tree-ssa-loop-niter.c (expand_simple_operations): Avoid including
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.c | 202 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_value_range_using_guard() 203 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_value_range_using_guard() 606 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 607 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 1988 expand_simple_operations (tree expr, tree stop, hash_map<tree, tree> &cache) in expand_simple_operations() function 2022 ee = expand_simple_operations (e, stop, cache); in expand_simple_operations() 2065 return expand_simple_operations (e, stop, cache); in expand_simple_operations() 2085 return expand_simple_operations (e, stop, cache); in expand_simple_operations() 2094 ee = expand_simple_operations (TREE_OPERAND (base, 0), stop, in expand_simple_operations() 2110 ee = expand_simple_operations (e, stop, cache); in expand_simple_operations() [all …]
|
H A D | tree-ssa-loop-niter.h | 23 extern tree expand_simple_operations (tree, tree = NULL);
|
H A D | tree-ssa-loop-ivopts.c | 1326 base = expand_simple_operations (base, stop); in find_bivs() 1425 iv->base = expand_simple_operations (iv->base, stop); in find_givs_in_stmt_scev() 5129 base = expand_simple_operations (base); in difference_cannot_overflow_p()
|