Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NoReturn

1105 /// createNoReturnBlock - Used to create a block is a 'noreturn' point in the
1850 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
1866 NoReturn = true;
1877 assert(!NoReturn && "noreturn calls with unevaluated args not implemented");
1884 if (!NoReturn && !AddEHEdge) {
1894 if (NoReturn)
4322 OS << " (NORETURN)]\n";