Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp123 return Call && Call->doesNotReturn(); in isLoweredToTrap()
H A DNVPTXUtilities.cpp346 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()
350 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h111 DoesNotReturn = Call.doesNotReturn(); in setCallee()
135 DoesNotReturn = Call.doesNotReturn();
H A DTargetLowering.h4452 Call.doesNotReturn() || in setCallee()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp307 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
H A DAddressSanitizer.cpp2938 if (CB->doesNotReturn()) in instrumentFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h423 bool doesNotReturn(const MachineInstr &CallMI) const;
H A DHexagonHardwareLoops.cpp1002 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
H A DHexagonInstrInfo.cpp1807 if (doesNotReturn(MI)) in isSchedulingBoundary()
3081 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp573 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h557 bool doesNotReturn() const { in doesNotReturn() function
H A DInstrTypes.h1988 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp385 Check(!F->doesNotReturn(), in visitReturnInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1884 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local
1888 if (doesNotReturn) in extractCodeRegion()
H A DLocal.cpp2983 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
3025 if (II->doesNotReturn() && in markAliveBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1732 F->doesNotReturn()) in addNoReturnAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2945 if (Call->doesNotReturn()) in translateUnreachable()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5701 if (CI->doesNotReturn()) { in EmitCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6615 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3354 if (Call->doesNotReturn()) in visitUnreachable()