Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NoReturn

1058 /// createNoReturnBlock - Used to create a block is a 'noreturn' point in the
1793 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
1809 NoReturn = true;
1820 assert(!NoReturn && "noreturn calls with unevaluated args not implemented");
1827 if (!NoReturn && !AddEHEdge) {
1837 if (NoReturn)
4244 OS << " (NORETURN)]\n";