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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 2758 bool seen_latch = false; local
2783 seen_latch = true;
2784 // Like seen_latch, but excludes the first block.
2817 if (seen_latch && empty_block_p (loop->latch))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 2762 bool seen_latch = false; local
2787 seen_latch = true;
2788 // Like seen_latch, but excludes the first block.
2821 if (seen_latch && empty_block_p (loop->latch))

Completed in 16 milliseconds