Home
last modified time | relevance | path

Searched refs:expand_simple_operations (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.cc202 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 Dtree-ssa-loop-niter.h23 extern tree expand_simple_operations (tree, tree = NULL);
H A DChangeLog.ptr327 (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
H A Dtree-ssa-loop-ivopts.cc1327 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 DChangeLog.tuples227 * tree-ssa-loop-niter.c (expand_simple_operations): Expand
3934 expand_simple_operations): Use gimple_assign_rhs_code.
H A DChangeLog-200810423 * 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 DChangeLog-20056926 * 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 DChangeLog-200717457 (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 DChangeLog-201540042 * 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 DChangeLog-201616219 parameter STOP and update calls. Move expand_simple_operations
28052 after expanding BASE using expand_simple_operations.
H A DChangeLog-20171211 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
21057 (expand_simple_operations): Also look through ADDR_EXPRs with
H A DChangeLog-20062804 * tree-ssa-loop-niter.c (expand_simple_operations): Same.
H A DChangeLog-20141171 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
23923 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
H A DChangeLog-201926374 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
H A DChangeLog-201327235 * tree-ssa-loop-niter.c (expand_simple_operations): Avoid including
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-niter.c202 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 Dtree-ssa-loop-niter.h23 extern tree expand_simple_operations (tree, tree = NULL);
H A Dtree-ssa-loop-ivopts.c1326 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()