Searched refs:doesNotReturn (Results 1 – 12 of 12) 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];
251 bool doesNotReturn() const { in doesNotReturn() function252 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
256 bool doesNotReturn() const {
1417 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }3086 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
449 return !CI->doesNotReturn(); in mayReturn()
1925 SDLoc dl, bool doesNotReturn = false,2191 DoesNotReturn = Call.doesNotReturn(); in setCallee()
357 Assert1(!F->doesNotReturn(), in visitReturnInst()
1182 if (CI->doesNotReturn()) { in markAliveBlocks()
90 bool doesNotReturn, in makeLibCall() argument109 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed) in makeLibCall()
1404 if (CS.doesNotReturn()) in runOnFunction()
2966 if (CS.doesNotReturn()) { in EmitCall()