HomeSort by: relevance | last modified time | path
    Searched refs:cse_not_expected (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
explow.cc 450 if (! cse_not_expected && CONSTANT_P (x) && CONSTANT_ADDRESS_P (x))
459 if (! cse_not_expected && !REG_P (x))
614 if (!cse_not_expected)
cse.cc 7596 cse_not_expected = !flag_rerun_cse_after_loop && !flag_gcse;
7680 cse_not_expected = 1;
7744 cse_not_expected = !flag_rerun_cse_after_loop;
ifcvt.cc 2166 if (cse_not_expected
rtl.h 4140 extern int cse_not_expected;
function.cc 4953 cse_not_expected = ! optimize;
expr.cc 76 int cse_not_expected; variable
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 450 if (! cse_not_expected && CONSTANT_P (x) && CONSTANT_ADDRESS_P (x))
459 if (! cse_not_expected && !REG_P (x))
614 if (!cse_not_expected)
cse.cc 7571 cse_not_expected = !flag_rerun_cse_after_loop && !flag_gcse;
7652 cse_not_expected = 1;
7713 cse_not_expected = !flag_rerun_cse_after_loop;
ifcvt.cc 2133 if (cse_not_expected
rtl.h 4129 extern int cse_not_expected;
function.cc 4964 cse_not_expected = ! optimize;
expr.cc 75 int cse_not_expected; variable
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 1451 if (!cse_not_expected && can_create_pseudo_p ())
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 1448 if (!cse_not_expected && can_create_pseudo_p ())
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 1957 && !cse_not_expected
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 1813 && !cse_not_expected

Completed in 149 milliseconds