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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadbackward.cc 249 bool irreducible = false; local
250 if (profit.profitable_path_p (m_path, taken_edge, &irreducible)
254 if (irreducible)
768 would create an irreducible loop.
787 latch, then this thread would create an irreducible loop. */
819 /* We avoid creating irreducible inner loops unless we thread through
823 We also consider it worth creating an irreducible inner loop after
833 " FAIL: Would create irreducible loop early without "
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadbackward.cc 244 bool irreducible = false; local
246 &irreducible)
251 if (irreducible)
582 would create an irreducible loop.
754 latch, then this thread would create an irreducible loop. */
790 /* We avoid creating irreducible inner loops unless we thread through
794 We also consider it worth creating an irreducible inner loop if
797 optimizer would have done anyway, so an irreducible loop is not
809 " FAIL: Would create irreducible loop without threading "

Completed in 66 milliseconds