Searched refs:doesNotReturn (Results 1 – 9 of 9) sorted by relevance
222 bool doesNotReturn() const { in doesNotReturn() function223 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()225 void setDoesNotReturn(bool doesNotReturn = true) {226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
93 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()209 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
126 if (CI->doesNotReturn()) { in MarkAliveBlocks()
233 bool doesNotReturn() const {
1311 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }2942 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
357 Assert1(!F->doesNotReturn(), in visitReturnInst()
669 if (CI->doesNotReturn()) { in handleFunction()
2098 if (CS.doesNotReturn()) { in EmitCall()
5257 CS.doesNotReturn(), in LowerCallTo()