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

  /src/sys/kern/
kern_exit.c 180 /* Don't call exit1() multiple times in the same process. */
187 /* exit1() will release the mutex. */
188 exit1(l, SCARG(uap, rval), 0);
201 exit1(struct lwp *l, int exitcode, int signo) function
615 panic("exit1");
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-split.cc 577 edge exit1; local
579 if (!(exit1 = single_exit (loop1))
580 || EDGE_COUNT (exit1->src->succs) != 2
587 || !number_of_iterations_exit (loop1, exit1, &niter, false, true)
659 if (!dominated_by_p (CDI_DOMINATORS, exit1->src, bbs[i]))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-split.cc 536 edge exit1; local
538 if (!(exit1 = single_exit (loop1))
539 || EDGE_COUNT (exit1->src->succs) != 2
546 || !number_of_iterations_exit (loop1, exit1, &niter, false, true)
651 if (EDGE_SUCC (exit1->src, 0) == exit1)
652 exit_to_latch1 = EDGE_SUCC (exit1->src, 1);
654 exit_to_latch1 = EDGE_SUCC (exit1->src, 0);
656 exit1->probability = exit_to_latch1->probability.invert ();

Completed in 20 milliseconds