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

  /src/external/gpl3/gcc/dist/gcc/
ipa-utils.cc 850 bool found = false, found_exit = false; local
857 found_exit = true;
893 if (!found_exit)
tree-ssa-loop-ch.cc 1078 bool found_exit = false; local
1082 found_exit = true;
1086 if (found_exit)
tree-ssa-loop-niter.cc 4622 bool found_exit = false; local
4654 found_exit = false;
4673 found_exit = true;
4677 if (found_exit)
4698 found_exit = true;
4706 while (queue.length () && !found_exit);
4712 if (!found_exit)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 4199 bool found_exit = false; local
4231 found_exit = false;
4250 found_exit = true;
4254 if (found_exit)
4268 found_exit = true;
4276 while (queue.length () && !found_exit);
4282 if (!found_exit)

Completed in 19 milliseconds