Home
last modified time | relevance | path

Searched refs:doesNotReturn (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp121 if (NoTrapAfterNoreturn && Call->doesNotReturn()) in isLoweredToTrap()
H A DNVPTXUtilities.cpp391 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()
395 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h111 DoesNotReturn = Call.doesNotReturn(); in setCallee()
135 DoesNotReturn = Call.doesNotReturn();
H A DTargetLowering.h4775 Call.doesNotReturn() || in setCallee()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp316 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
H A DAddressSanitizer.cpp3091 if (CB->doesNotReturn()) in instrumentFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h424 bool doesNotReturn(const MachineInstr &CallMI) const;
H A DHexagonHardwareLoops.cpp1039 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
H A DHexagonInstrInfo.cpp1811 if (doesNotReturn(MI)) in isSchedulingBoundary()
3114 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h583 bool doesNotReturn() const { in doesNotReturn() function
H A DInstrTypes.h1948 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp595 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp389 Check(!F->doesNotReturn(), in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3069 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
3111 if (II->doesNotReturn() && in markAliveBlocks()
H A DCodeExtractor.cpp1969 if (newFunction->doesNotReturn()) { in emitReplacerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2112 F->doesNotReturn()) in addNoReturnAttrs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4551 Call && Call->doesNotReturn()) { in shouldLowerToTrap()
H A DVerifier.cpp7425 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5977 if (CI->doesNotReturn()) { in EmitCall()