Searched refs:expand_simple_operations (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.h | 23 extern tree expand_simple_operations (tree, tree = NULL);
|
H A D | tree-ssa-loop-niter.c | 199 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_value_range_using_guard() 200 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_value_range_using_guard() 603 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 604 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 1907 expand_simple_operations (tree expr, tree stop) in expand_simple_operations() function 1927 ee = expand_simple_operations (e, stop); in expand_simple_operations() 1967 return expand_simple_operations (e, stop); in expand_simple_operations() 1987 return expand_simple_operations (e, stop); in expand_simple_operations() 1996 ee = expand_simple_operations (TREE_OPERAND (base, 0), stop); in expand_simple_operations() 2011 ee = expand_simple_operations (e, stop); in expand_simple_operations() [all …]
|
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() 4865 base = expand_simple_operations (base); in difference_cannot_overflow_p()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-niter.c | 263 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); in refine_bounds_using_guard() 264 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); in refine_bounds_using_guard() 1438 expand_simple_operations (tree expr) in expand_simple_operations() function 1458 ee = expand_simple_operations (e); in expand_simple_operations() 1497 return expand_simple_operations (e); in expand_simple_operations() 1510 return expand_simple_operations (e); in expand_simple_operations() 1519 ee = expand_simple_operations (e); in expand_simple_operations() 1530 ee = expand_simple_operations (e); in expand_simple_operations() 1630 te = expand_simple_operations (expr); in tree_simplify_using_condition_1() 1656 cond = expand_simple_operations (cond); in tree_simplify_using_condition() [all …]
|
H A D | tree-flow.h | 717 tree expand_simple_operations (tree);
|
H A D | tree-ssa-loop-ivopts.c | 1024 base = expand_simple_operations (base); in find_bivs() 1103 iv->base = expand_simple_operations (iv->base); in find_givs_in_stmt_scev() 4455 base = expand_simple_operations (base); in difference_cannot_overflow_p()
|
H A D | tree-predcom.c | 1403 iv.base = expand_simple_operations (iv.base); in ref_at_iteration()
|