Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NoReturn

988 /// createNoReturnBlock - Used to create a block is a 'noreturn' point in the
1725 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
1741 NoReturn = true;
1752 assert(!NoReturn && "noreturn calls with unevaluated args not implemented");
1759 if (!NoReturn && !AddEHEdge) {
1769 if (NoReturn)
4164 OS << " (NORETURN)]\n";