Searched refs:doesNotReturn (Results 1 – 13 of 13) sorted by relevance
94 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()212 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
94 + (void) doesNotReturn __attribute__((analyzer_noreturn));99 [Radar11634353 doesNotReturn];
257 bool doesNotReturn() const { in doesNotReturn() function258 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
268 bool doesNotReturn() const {
1437 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }3112 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
101 DoesNotReturn = Call.doesNotReturn(); in setCallee()125 DoesNotReturn = Call.doesNotReturn();
458 return !CI->doesNotReturn(); in mayReturn()
2086 SDLoc dl, bool doesNotReturn = false,2353 DoesNotReturn = Call.doesNotReturn(); in setCallee()
362 Assert1(!F->doesNotReturn(), in visitReturnInst()
1218 if (CI->doesNotReturn()) { in markAliveBlocks()
90 bool doesNotReturn, in makeLibCall() argument110 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed) in makeLibCall()
1466 if (CS.doesNotReturn()) in runOnFunction()
3334 if (CS.doesNotReturn()) { in EmitCall()