Lines Matching defs:expand_simple_operations
202 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0);
203 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1);
624 expand_simple_operations (c0), &varc0, offc0);
625 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1);
2076 expand_simple_operations (tree expr, tree stop, hash_map<tree, tree> &cache)
2110 ee = expand_simple_operations (e, stop, cache);
2153 return expand_simple_operations (e, stop, cache);
2173 return expand_simple_operations (e, stop, cache);
2182 ee = expand_simple_operations (TREE_OPERAND (base, 0), stop,
2198 ee = expand_simple_operations (e, stop, cache);
2213 ee = expand_simple_operations (e, stop, cache);
2222 expand_simple_operations (tree expr, tree stop)
2225 return expand_simple_operations (expr, stop, cache);
2344 cond = expand_simple_operations (cond);
2365 backup = expanded = expand_simple_operations (expr);
2565 iv0.base = expand_simple_operations (iv0.base);
2566 iv1.base = expand_simple_operations (iv1.base);
4862 tree expanded_base = expand_simple_operations (base);