/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyUtilities.h | 34 bool mayThrow(const MachineInstr &MI);
|
H A D | WebAssemblyUtilities.cpp | 64 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
|
/openbsd/gnu/llvm/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 | 346 if (I->mayThrow()) { in instructionSafeForVersioning()
|
H A D | DeadStoreElimination.cpp | 766 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 D | LoopFuse.cpp | 209 if (I.mayThrow()) { in FusionCandidate() 1201 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
|
H A D | GVNHoist.cpp | 625 if (BB->getTerminator()->mayThrow()) { in hasEH()
|
H A D | EarlyCSE.cpp | 1504 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
|
H A D | MemCpyOptimizer.cpp | 325 [](const Instruction &I) { return I.mayThrow(); }); in INITIALIZE_PASS_DEPENDENCY()
|
H A D | LICM.cpp | 1198 if (CI->mayThrow()) in canSinkOrHoistInst()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instruction.cpp | 735 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 D | InstCombineLoadStoreAlloca.cpp | 1521 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 D | InstructionCombining.cpp | 4086 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in TryToSinkInstruction()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Instruction.h | 640 bool mayThrow() const LLVM_READONLY;
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 369 if (I->mayThrow()) in isSafeToMoveBefore()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 446 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 1111 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches() 1177 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1144 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 721 KEYWORD(mayThrow); in LexIdentifier()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 339 if (I.mayThrow()) in computeFunctionSummary()
|
H A D | ValueTracking.cpp | 5642 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 1382 if (!I.mayThrow()) in InstrBreaksNonThrowing()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1290 if (I.mayThrow()) in TryMarkNoThrow()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2438 if (I.mayThrow()) in isSafeToMoveBeforeInBB()
|