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

  /src/external/gpl3/gcc.old/dist/gcc/
loop-doloop.cc 463 if (desc->const_iter)
700 if (desc->const_iter)
loop-iv.cc 2336 desc->const_iter = false;
2819 desc->const_iter = true;
2855 desc->const_iter = true;
2947 if (!act.const_iter
2948 || (desc->const_iter && act.niter >= desc->niter))
loop-unroll.cc 386 if (!desc->simple_p || !desc->const_iter || desc->assumptions)
707 if (desc->const_iter)
1092 gcc_assert (!desc->const_iter);
cfgloop.h 474 bool const_iter; variable
  /src/external/gpl3/gcc/dist/gcc/
loop-doloop.cc 463 if (desc->const_iter)
700 if (desc->const_iter)
loop-iv.cc 2320 desc->const_iter = false;
2803 desc->const_iter = true;
2839 desc->const_iter = true;
2931 if (!act.const_iter
2932 || (desc->const_iter && act.niter >= desc->niter))
loop-unroll.cc 386 if (!desc->simple_p || !desc->const_iter || desc->assumptions)
715 if (desc->const_iter)
1100 gcc_assert (!desc->const_iter);
cfgloop.h 482 bool const_iter; variable

Completed in 66 milliseconds