Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp342 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn()
346 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h111 DoesNotReturn = Call.doesNotReturn(); in setCallee()
135 DoesNotReturn = Call.doesNotReturn();
H A DTargetLowering.h4251 Call.doesNotReturn() || in setCallee()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp293 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
H A DAddressSanitizer.cpp2762 if (CB->doesNotReturn()) in instrumentFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h422 bool doesNotReturn(const MachineInstr &CallMI) const;
H A DHexagonHardwareLoops.cpp1002 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
H A DHexagonInstrInfo.cpp1806 if (doesNotReturn(MI)) in isSchedulingBoundary()
3078 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp463 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h524 bool doesNotReturn() const { in doesNotReturn() function
H A DInstrTypes.h1892 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1845 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local
1849 if (doesNotReturn) in extractCodeRegion()
H A DLocal.cpp2414 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
2456 if (II->doesNotReturn() && in markAliveBlocks()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp383 Check(!F->doesNotReturn(), in visitReturnInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1573 F->doesNotReturn()) in addNoReturnAttrs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2790 if (Call->doesNotReturn()) in translateUnreachable()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp5489 if (CI->doesNotReturn()) { in EmitCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6254 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3173 if (Call->doesNotReturn()) in visitUnreachable()