| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | EscapeEnumerator.cpp | 55 if (F.doesNotThrow()) in Next() 64 if (!CI->doesNotThrow() && !CI->isMustTailCall()) in Next()
|
| H A D | InlineFunction.cpp | 550 if (!CI || CI->doesNotThrow()) in HandleCallsInBlockInlinedThroughInvoke() 972 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow() && in PropagateOperandBundles() 2049 bool MarkNoUnwind = CB.doesNotThrow(); in InlineFunction() 2467 if (MarkNoUnwind && !CI->doesNotThrow()) in InlineFunction()
|
| H A D | BuildLibCalls.cpp | 101 if (F.doesNotThrow()) in setDoesNotThrow()
|
| H A D | Local.cpp | 2477 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) { in markAliveBlocks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | 96 if (F->doesNotThrow()) in mayThrow()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 535 bool doesNotThrow() const { in doesNotThrow() function 620 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
|
| H A D | InstrTypes.h | 1899 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 522 F.doesNotThrow(); in findForwardJoinPoint() 600 if (!F.hasFnAttribute(Attribute::WillReturn) || !F.doesNotThrow()) { in findForwardJoinPoint()
|
| H A D | CaptureTracking.cpp | 308 if (Call->onlyReadsMemory() && Call->doesNotThrow() && in DetermineUseCaptureKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 172 if (F.doesNotThrow()) in InsertUnwindResumeCalls()
|
| H A D | StackProtector.cpp | 463 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
|
| H A D | WinEHPrepare.cpp | 969 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) || in removeImplausibleInstructions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 845 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs() 1462 [](const Function &F) { return F.doesNotThrow(); }, in inferAttrsFromFunctionBodies()
|
| H A D | FunctionImport.cpp | 1074 if (FS->fflags().NoUnwind && !F->doesNotThrow()) in thinLTOFinalizeInModule()
|
| H A D | AttributorAttributes.cpp | 5701 if (F.onlyReadsMemory() && F.doesNotThrow() && in determineFunctionCaptureCapabilities() 5715 if (F.doesNotThrow() && F.getReturnType()->isVoidTy()) in determineFunctionCaptureCapabilities() 5720 if (F.doesNotThrow() && ArgNo >= 0) { in determineFunctionCaptureCapabilities()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 181 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 623 return !Call.doesNotThrow(); in isStateStoreNeeded()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 147 if (!F->doesNotThrow()) in queryCallee()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 403 return !F->doesNotThrow(); in canThrow()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 737 return !CI->doesNotThrow(); in mayThrow()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1167 if (CI.getFunction()->doesNotThrow() && !CI.doesNotThrow()) { in visitCallInst() 3227 if (isa<InlineAsm>(Callee) && !Call.doesNotThrow()) { in visitCallBase()
|
| H A D | InstructionCombining.cpp | 2735 if (!CB.willReturn() || !CB.doesNotThrow()) in isRemovableWrite()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 312 if (Start->getFunction()->doesNotThrow()) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | DeadStoreElimination.cpp | 1101 return CB->use_empty() && CB->willReturn() && CB->doesNotThrow() && in isRemovable()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1492 if (!CurFn->doesNotThrow()) in GenerateCode()
|