Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp123 return Call && Call->doesNotReturn(); in isLoweredToTrap()
H A DNVPTXUtilities.cpp402 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()
406 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.h4597 Call.doesNotReturn() || in setCallee()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp315 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
H A DAddressSanitizer.cpp3034 if (CB->doesNotReturn()) in instrumentFunction()
/freebsd/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.cpp1808 if (doesNotReturn(MI)) in isSchedulingBoundary()
3110 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp573 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h575 bool doesNotReturn() const { in doesNotReturn() function
H A DInstrTypes.h2008 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp371 Check(!F->doesNotReturn(), in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1753 F->doesNotReturn()) in addNoReturnAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1411 if (newFunction->doesNotReturn()) { in emitCallAndSwitchStatement()
H A DLocal.cpp3029 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
3071 if (II->doesNotReturn() && in markAliveBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3106 Call && Call->doesNotReturn()) { in translateUnreachable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5792 if (CI->doesNotReturn()) { in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7029 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3548 Call && Call->doesNotReturn()) { in visitUnreachable()