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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 1400 struct loop_exit *exit, *mexit;
1644 for (mexit = loop->exits, exit = mexit->next, i = 0;
1645 exit->e && exit != mexit;
1649 mexit = mexit->next;
1399 struct loop_exit *exit, *mexit; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 1407 struct loop_exit *exit, *mexit;
1651 for (mexit = loop->exits, exit = mexit->next, i = 0;
1652 exit->e && exit != mexit;
1656 mexit = mexit->next;
1406 struct loop_exit *exit, *mexit; local

Completed in 15 milliseconds