| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.h | |
| H A D | WebAssemblyUtilities.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyUtilities.h | 34 bool mayThrow(const MachineInstr &MI);
|
| H A D | WebAssemblyUtilities.cpp | 41 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
|
| H A D | WebAssemblyCFGStackify.cpp | 1847 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches() 1912 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 52 Inst->mayThrow() || !Inst->willReturn()) in isSafeToMove()
|
| H A D | LoopVersioningLICM.cpp | 318 if (I->mayThrow()) { in instructionSafeForVersioning()
|
| H A D | MergedLoadStoreMotion.cpp | 174 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
|
| H A D | DeadStoreElimination.cpp | 850 if (DI->mayThrow() && !DefVisibleToCaller) in canSkipDef() 1009 if (I.mayThrow() && !MA) in DSEState() 1711 if (UseInst->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) { in getDomMemoryDef() 1942 if (DeadI->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) in isDSEBarrier()
|
| H A D | LoopFuse.cpp | 205 if (I.mayThrow()) { in FusionCandidate() 1198 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
|
| H A D | GVNHoist.cpp | 576 if (BB->getTerminator()->mayThrow()) { in hasEH()
|
| H A D | EarlyCSE.cpp | 1529 if (Inst.mayThrow()) in processNode()
|
| H A D | MemCpyOptimizer.cpp | 285 [](const Instruction &I) { return I.mayThrow(); }); in mayBeVisibleThroughUnwinding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1477 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1593 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor() 1602 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 382 if (I->mayThrow()) in isSafeToMoveBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 463 if (!isa<InvokeInst>(I) && I.mayThrow()) in setupEntryBlockAndCallSites()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1171 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow() function in Instruction 1199 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 833 mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 862 } else if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in isDereferenceableReadOnlyLoop()
|
| H A D | ModuleSummaryAnalysis.cpp | 400 if (I.mayThrow()) in computeFunctionSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 252 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in tryToSinkInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 807 KEYWORD(mayThrow); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1453 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 358 bool mayThrow(bool IncludePhaseOneUnwind = false) const { 359 return cast<llvm::Instruction>(Val)->mayThrow(IncludePhaseOneUnwind);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1883 if (!I.mayThrow(/* IncludePhaseOneUnwind */ true)) in InstrBreaksNonThrowing()
|