| /freebsd/contrib/llvm-project/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 | 570 if (!CI || CI->doesNotThrow()) in HandleCallsInBlockInlinedThroughInvoke() 992 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow() && in PropagateOperandBundles() 2534 bool MarkNoUnwind = CB.doesNotThrow(); in InlineFunction() 2959 if (MarkNoUnwind && !CI->doesNotThrow()) in InlineFunction()
|
| H A D | BuildLibCalls.cpp | 145 if (F.doesNotThrow()) in setDoesNotThrow()
|
| H A D | Local.cpp | 3133 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) { in markAliveBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyUtilities.cpp | 75 if (F->doesNotThrow()) in mayThrow()
|
| H A D | WebAssemblyRegStackify.cpp | 150 if (!F->doesNotThrow()) in queryCallee()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 397 return !F->doesNotThrow(); in canThrow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 594 bool doesNotThrow() const { in doesNotThrow() function 682 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
|
| H A D | InstrTypes.h | 1955 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 425 F.doesNotThrow(); in findForwardJoinPoint() 503 if (!F.hasFnAttribute(Attribute::WillReturn) || !F.doesNotThrow()) { in findForwardJoinPoint()
|
| H A D | CaptureTracking.cpp | 282 if (Call->onlyReadsMemory() && Call->doesNotThrow() && Call->willReturn() && in DetermineUseCaptureKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 173 if (F.doesNotThrow()) in InsertUnwindResumeCalls()
|
| H A D | StackProtector.cpp | 595 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
|
| H A D | WinEHPrepare.cpp | 1153 (CalledFn && CalledFn->isIntrinsic() && CB->doesNotThrow())) in removeImplausibleInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 179 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 644 return !Call.doesNotThrow(); in isStateStoreNeeded()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1268 if (F->onlyReadsMemory() && F->doesNotThrow() && F->willReturn() && in addArgumentAttrs() 2016 [](const Function &F) { return F.doesNotThrow(); }, in inferAttrsFromFunctionBodies()
|
| H A D | FunctionImport.cpp | 1687 if (FS->fflags().NoUnwind && !F->doesNotThrow()) in thinLTOFinalizeInModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1290 return CB->use_empty() && CB->willReturn() && CB->doesNotThrow() && in isRemovable() 2415 getIntersectedInitRangeList(Args, CB->doesNotThrow()); in getInitializesArgMemLoc()
|
| H A D | MemCpyOptimizer.cpp | 272 if (Start->getFunction()->doesNotThrow()) in mayBeVisibleThroughUnwinding()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1174 return !cast<CallInst>(this)->doesNotThrow(); in mayThrow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1699 if (CI.getFunction()->doesNotThrow() && !CI.doesNotThrow()) { in visitCallInst() 4213 if (isa<InlineAsm>(Callee) && !Call.doesNotThrow()) { in visitCallBase()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1668 if (!CurFn->doesNotThrow()) in GenerateCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 163 return mayWriteToMemory() || !Fn->doesNotThrow() || !Fn->willReturn(); in mayHaveSideEffects()
|