Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DPruneEH.cpp105 if (CheckUnwind && TI->mayThrow()) { in runImpl()
118 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
DFunctionAttrs.cpp1251 if (!I.mayThrow()) in InstrBreaksNonThrowing()
DAttributorAttributes.cpp1447 if (!I.mayThrow()) in updateImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
DWebAssemblyUtilities.h52 bool mayThrow(const MachineInstr &MI);
DWebAssemblyUtilities.cpp39 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSink.cpp51 Inst->mayThrow()) in isSafeToMove()
DMergedLoadStoreMotion.cpp177 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
DDeadStoreElimination.cpp832 if (DI->mayThrow() && !DefVisibleToCaller) in canSkipDef()
912 if (I.mayThrow() && !MA) in get()
1551 if (UseInst->mayThrow() && !isInvisibleToCallerBeforeRet(DefUO)) { in getDomMemoryDef()
1746 if (NI->mayThrow() && !isInvisibleToCallerBeforeRet(SILocUnd)) in isDSEBarrier()
DLoopVersioningLICM.cpp359 if (I->mayThrow()) { in instructionSafeForVersioning()
DGVNHoist.cpp623 if (BB->getTerminator()->mayThrow()) { in hasEH()
DEarlyCSE.cpp1440 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
DMemCpyOptimizer.cpp324 if (I.mayThrow()) in INITIALIZE_PASS_DEPENDENCY()
DLoopFuse.cpp207 if (I.mayThrow()) { in FusionCandidate()
DLICM.cpp1247 if (CI->mayThrow()) in canSinkOrHoistInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstruction.cpp673 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
684 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1447 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1536 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor()
1545 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp359 if (I->mayThrow()) in isSafeToMoveBefore()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstruction.h618 bool mayThrow() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp446 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp713 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix()
717 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
DLoopVectorizationLegality.cpp1004 if (I.mayThrow()) in blockCanBePredicated()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp1130 !WebAssembly::mayThrow(MI)) in fixCallUnwindMismatches()
1196 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp1421 if (I.mayThrow()) in isSafeToMoveBeforeInBB()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1241 if (I.mayThrow()) in TryMarkNoThrow()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp5295 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()

12