Searched refs:doesNotReturn (Results 1 – 19 of 19) sorted by relevance
342 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()346 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
111 DoesNotReturn = Call.doesNotReturn(); in setCallee()135 DoesNotReturn = Call.doesNotReturn();
4251 Call.doesNotReturn() || in setCallee()
293 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
2762 if (CB->doesNotReturn()) in instrumentFunction()
422 bool doesNotReturn(const MachineInstr &CallMI) const;
1002 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
1806 if (doesNotReturn(MI)) in isSchedulingBoundary()3078 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
463 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
524 bool doesNotReturn() const { in doesNotReturn() function
1892 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
1845 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local1849 if (doesNotReturn) in extractCodeRegion()
2414 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()2456 if (II->doesNotReturn() && in markAliveBlocks()
383 Check(!F->doesNotReturn(), in visitReturnInst()
1573 F->doesNotReturn()) in addNoReturnAttrs()
2790 if (Call->doesNotReturn()) in translateUnreachable()
5489 if (CI->doesNotReturn()) { in EmitCall()
6254 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
3173 if (Call->doesNotReturn()) in visitUnreachable()