Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp111 if (CheckUnwind && TI->mayThrow()) { in runImpl()
124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
DFunctionAttrs.cpp1234 if (!I.mayThrow()) in InstrBreaksNonThrowing()
DAttributor.cpp877 if (!I.mayThrow()) in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h27 bool mayThrow(const MachineInstr &MI);
DWebAssemblyUtilities.cpp39 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
DWebAssemblyCFGStackify.cpp884 !WebAssembly::mayThrow(MI)) in fixUnwindMismatches()
937 if (EHPadStack.empty() || !WebAssembly::mayThrow(MI)) in fixUnwindMismatches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h425 bool mayThrow() const;
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h557 bool mayThrow() const;
582 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp145 if (I->mayThrow()) in isSafeToMoveBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp76 Inst->mayThrow()) in isSafeToMove()
DMergedLoadStoreMotion.cpp177 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
DLoopVersioningLICM.cpp346 if (I->mayThrow()) { in instructionSafeForVersioning()
DMemCpyOptimizer.cpp633 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()
772 if (C->mayThrow()) in performCallSlotOptzn()
DGVNHoist.cpp357 if (BB->getTerminator()->mayThrow()) { in hasEH()
DDeadStoreElimination.cpp1114 if (Inst->mayThrow()) { in eliminateDeadStores()
DEarlyCSE.cpp1157 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) && in processNode()
DLoopFuse.cpp185 if (I.mayThrow()) { in FusionCandidate()
DLICM.cpp1140 if (CI->mayThrow()) in canSinkOrHoistInst()
DIndVarSimplify.cpp2932 if (I.mayHaveSideEffects() || I.mayThrow()) in predicateLoopExits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1472 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1577 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor()
1586 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp437 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp629 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix()
633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
DLoopVectorizationLegality.cpp927 if (I.mayThrow()) in blockCanBePredicated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp593 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp123396 virtual bool enter(JSContext* cx, HandleObject wrapper, HandleId id, Action act, bool mayThrow,
123663 HandleObject wrapper, HandleId id, Action act, bool mayThrow) in AutoEnterPolicy() argument
123668 allow = handler->hasSecurityPolicy() ? handler->enter(cx, wrapper, id, act, mayThrow, &rv) in AutoEnterPolicy()
123676 if (!allow && !rv && mayThrow) in AutoEnterPolicy()
124014 bool mayThrow, bool* bp) const override;