HomeSort by: relevance | last modified time | path
    Searched defs:expand_simple_operations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 195 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0);
196 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1);
621 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0);
622 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1);
2674 expand_simple_operations (tree expr, tree stop, hash_map<tree, tree> &cache) function
2710 ee = expand_simple_operations (e, stop, cache);
2753 return expand_simple_operations (e, stop, cache);
2773 return expand_simple_operations (e, stop, cache);
2782 ee = expand_simple_operations (TREE_OPERAND (base, 0), stop,
2798 ee = expand_simple_operations (e, stop, cache)
2823 expand_simple_operations (tree expr, tree stop) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 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 split_to_var_and_offset (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) function
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)
2222 expand_simple_operations (tree expr, tree stop) function
    [all...]

Completed in 51 milliseconds