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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 71 split_to_var_and_offset (tree expr, tree *var, mpz_t offset) function
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);
741 split_to_var_and_offset (x, &varx, offx);
742 split_to_var_and_offset (y, &vary, offy);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 74 split_to_var_and_offset (tree expr, tree *var, mpz_t offset) function
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);
746 split_to_var_and_offset (x, &varx, offx);
747 split_to_var_and_offset (y, &vary, offy);

Completed in 19 milliseconds