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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.cc 1490 profile_count new_latch_count = loop->header->count - in_count; local
1491 if (old_latch_count.nonzero_p () && new_latch_count.nonzero_p ())
1492 scale_dominated_blocks_in_loop (loop, new_exit->src, new_latch_count,

Completed in 21 milliseconds