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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 198 vec<reduction_p> m_reductions; member in class:loop_cand
218 m_reductions.create (3);
231 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
235 m_reductions.release ();
284 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
307 if (m_reductions.length () > allowed_reduction_num
308 || (m_reductions.length () == 1
309 && m_reductions[0]->type == UNKNOWN_RTYPE))
576 m_reductions.safe_push (re);
620 for (unsigned i = 0; iloop->m_reductions.iterate (i, &inner_re); ++i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 198 vec<reduction_p> m_reductions; member in class:loop_cand
218 m_reductions.create (3);
231 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
235 m_reductions.release ();
284 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
307 if (m_reductions.length () > allowed_reduction_num
308 || (m_reductions.length () == 1
309 && m_reductions[0]->type == UNKNOWN_RTYPE))
576 m_reductions.safe_push (re);
620 for (unsigned i = 0; iloop->m_reductions.iterate (i, &inner_re); ++i
    [all...]

Completed in 18 milliseconds