Searched refs:doesNotReturn (Results 1 – 19 of 19) 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));
98 SCCMightReturn |= !F->doesNotReturn(); in runImpl()101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()211 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
93 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
94 + (void) doesNotReturn __attribute__((analyzer_noreturn));99 [Radar11634353 doesNotReturn];
105 DoesNotReturn = Call.doesNotReturn(); in setCallee()129 DoesNotReturn = Call.doesNotReturn();
442 bool doesNotReturn() const { in doesNotReturn() function443 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
335 bool doesNotReturn() const {
1764 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }3728 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
237 bool doesNotReturn() const {
1298 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }2770 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
126 if (CI->doesNotReturn()) { in MarkAliveBlocks()
352 Assert1(!F->doesNotReturn(), in visitReturnInst()
2236 bool doesNotReturn = false,2551 Call.doesNotReturn() || in setCallee()
361 Assert(!F->doesNotReturn(), in visitReturnInst()
1416 if (CI->doesNotReturn()) { in markAliveBlocks()
669 bool doesNotReturn = CLI.DoesNotReturn; in LowerCall() local871 int OpCode = doesNotReturn ? HexagonISD::CALLv3nr : HexagonISD::CALLv3; in LowerCall()
119 const SDLoc &dl, bool doesNotReturn, in makeLibCall() argument143 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed) in makeLibCall()
1828 if (CS.doesNotReturn()) NoReturnCalls.push_back(CS.getInstruction()); in runOnFunction()
3975 if (CS.doesNotReturn()) { in EmitCall()