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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4726 bool simple_inv = true; local
4782 /* Reset SIMPLE_INV since symbol address needs to be computed
4784 simple_inv = false;
4823 if (simple_inv)
4824 simple_inv = (aff_inv == NULL
4836 if (comp_inv && inv_expr && !simple_inv)
4969 bool simple_inv = (aff_combination_const_p (&aff_inv) local
4977 if (comp_inv && inv_expr && !simple_inv)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 4685 bool simple_inv = true; local
4733 /* Reset SIMPLE_INV since symbol address needs to be computed
4735 simple_inv = false;
4774 if (simple_inv)
4775 simple_inv = (aff_inv == NULL
4787 if (comp_inv && inv_expr && !simple_inv)
4920 bool simple_inv = (aff_combination_const_p (&aff_inv) local
4928 if (comp_inv && inv_expr && !simple_inv)

Completed in 40 milliseconds