Searched refs:doesNotReturn (Results 1 – 19 of 19) sorted by relevance
121 if (NoTrapAfterNoreturn && Call->doesNotReturn()) in isLoweredToTrap()
391 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()395 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
111 DoesNotReturn = Call.doesNotReturn(); in setCallee()135 DoesNotReturn = Call.doesNotReturn();
4775 Call.doesNotReturn() || in setCallee()
316 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
3091 if (CB->doesNotReturn()) in instrumentFunction()
424 bool doesNotReturn(const MachineInstr &CallMI) const;
1039 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
1811 if (doesNotReturn(MI)) in isSchedulingBoundary()3114 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
583 bool doesNotReturn() const { in doesNotReturn() function
1948 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
595 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
389 Check(!F->doesNotReturn(), in visitReturnInst()
3069 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()3111 if (II->doesNotReturn() && in markAliveBlocks()
1969 if (newFunction->doesNotReturn()) { in emitReplacerCall()
2112 F->doesNotReturn()) in addNoReturnAttrs()
4551 Call && Call->doesNotReturn()) { in shouldLowerToTrap()
7425 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
5977 if (CI->doesNotReturn()) { in EmitCall()