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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 1672 unsigned n_exits = 0, eloops;
1686 n_exits++;
1720 if (n_exits != current_loops->exits->elements ())
1671 unsigned n_exits = 0, eloops; local
predict.cc 1962 unsigned j, n_exits = 0; local
1976 n_exits ++;
1977 if (!n_exits)
1982 loop->num, recursion ? " (with recursion)":"", n_exits);
2048 else if (n_exits == 1
2060 else if (n_exits == 1
2155 / n_exits);
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 1679 unsigned n_exits = 0, eloops;
1693 n_exits++;
1727 if (n_exits != current_loops->exits->elements ())
1678 unsigned n_exits = 0, eloops; local
predict.cc 1956 unsigned j, n_exits = 0; local
1970 n_exits ++;
1971 if (!n_exits)
1976 loop->num, recursion ? " (with recursion)":"", n_exits);
2042 else if (n_exits == 1
2054 else if (n_exits == 1
2150 / n_exits);

Completed in 36 milliseconds