Home
last modified time | relevance | path

Searched refs:mayThrow (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h34 bool mayThrow(const MachineInstr &MI);
H A DWebAssemblyUtilities.cpp42 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
H A DWebAssemblyCFGStackify.cpp1110 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches()
1176 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp46 Inst->mayThrow() || !Inst->willReturn()) in isSafeToMove()
H A DMergedLoadStoreMotion.cpp173 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
H A DLoopVersioningLICM.cpp321 if (I->mayThrow()) { in instructionSafeForVersioning()
H A DDeadStoreElimination.cpp791 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 DLoopFuse.cpp206 if (I.mayThrow()) { in FusionCandidate()
1198 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
H A DGVNHoist.cpp577 if (BB->getTerminator()->mayThrow()) { in hasEH()
H A DEarlyCSE.cpp1617 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
H A DMemCpyOptimizer.cpp282 [](const Instruction &I) { return I.mayThrow(); }); in mayBeVisibleThroughUnwinding()
H A DLICM.cpp1212 if (CI->mayThrow()) in canSinkOrHoistInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1448 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 DCodeMoverUtils.cpp382 if (I->mayThrow()) in isSafeToMoveBefore()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1096 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 DSjLjEHPrepare.cpp460 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h779 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp787 } else if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in isDereferenceableReadOnlyLoop()
H A DModuleSummaryAnalysis.cpp392 if (I.mayThrow()) in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp244 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in tryToSinkInstruction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp756 KEYWORD(mayThrow); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1300 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1490 if (!I.mayThrow(/* IncludePhaseOneUnwind */ true)) in InstrBreaksNonThrowing()

12