Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h34 bool mayThrow(const MachineInstr &MI);
H A DWebAssemblyUtilities.cpp64 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
/openbsd/gnu/llvm/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.cpp346 if (I->mayThrow()) { in instructionSafeForVersioning()
H A DDeadStoreElimination.cpp766 if (DI->mayThrow() && !DefVisibleToCaller) in canSkipDef()
856 if (I.mayThrow() && !MA) in DSEState()
1536 if (UseInst->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) { in getDomMemoryDef()
1743 if (DeadI->mayThrow() && !isInvisibleToCallerOnUnwind(KillingUndObj)) in isDSEBarrier()
H A DLoopFuse.cpp209 if (I.mayThrow()) { in FusionCandidate()
1201 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
H A DGVNHoist.cpp625 if (BB->getTerminator()->mayThrow()) { in hasEH()
H A DEarlyCSE.cpp1504 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
H A DMemCpyOptimizer.cpp325 [](const Instruction &I) { return I.mayThrow(); }); in INITIALIZE_PASS_DEPENDENCY()
H A DLICM.cpp1198 if (CI->mayThrow()) in canSinkOrHoistInst()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp735 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
746 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1521 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1612 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor()
1621 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp4086 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in TryToSinkInstruction()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h640 bool mayThrow() const LLVM_READONLY;
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp369 if (I->mayThrow()) in isSafeToMoveBefore()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp446 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1111 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches()
1177 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1144 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp721 KEYWORD(mayThrow); in LexIdentifier()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp339 if (I.mayThrow()) in computeFunctionSummary()
H A DValueTracking.cpp5642 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1382 if (!I.mayThrow()) in InstrBreaksNonThrowing()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1290 if (I.mayThrow()) in TryMarkNoThrow()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2438 if (I.mayThrow()) in isSafeToMoveBeforeInBB()

12