| /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 | 42 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
|
| H A D | WebAssemblyCFGStackify.cpp | 1110 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches() 1176 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 46 Inst->mayThrow() || !Inst->willReturn()) in isSafeToMove()
|
| H A D | MergedLoadStoreMotion.cpp | 173 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
|
| H A D | LoopVersioningLICM.cpp | 321 if (I->mayThrow()) { in instructionSafeForVersioning()
|
| H A D | DeadStoreElimination.cpp | 791 if (DI->mayThrow() && !DefVisibleToCaller) in canSkipDef() 881 if (I.mayThrow() && !MA) in DSEState() 1561 if (UseInst->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) { in getDomMemoryDef() 1784 if (DeadI->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) in isDSEBarrier()
|
| H A D | LoopFuse.cpp | 206 if (I.mayThrow()) { in FusionCandidate() 1198 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
|
| H A D | GVNHoist.cpp | 577 if (BB->getTerminator()->mayThrow()) { in hasEH()
|
| H A D | EarlyCSE.cpp | 1617 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
|
| H A D | MemCpyOptimizer.cpp | 282 [](const Instruction &I) { return I.mayThrow(); }); in mayBeVisibleThroughUnwinding()
|
| H A D | LICM.cpp | 1212 if (CI->mayThrow()) in canSinkOrHoistInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1448 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1560 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor() 1569 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/IR/ |
| H A D | Instruction.cpp | 1096 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow() function in Instruction 1124 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 460 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 779 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 787 } else if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in isDereferenceableReadOnlyLoop()
|
| H A D | ModuleSummaryAnalysis.cpp | 392 if (I.mayThrow()) in computeFunctionSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 244 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in tryToSinkInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 756 KEYWORD(mayThrow); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1300 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1490 if (!I.mayThrow(/* IncludePhaseOneUnwind */ true)) in InstrBreaksNonThrowing()
|