/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 111 if (CheckUnwind && TI->mayThrow()) { in runImpl() 124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
|
D | FunctionAttrs.cpp | 1234 if (!I.mayThrow()) in InstrBreaksNonThrowing()
|
D | Attributor.cpp | 877 if (!I.mayThrow()) in updateImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyUtilities.h | 27 bool mayThrow(const MachineInstr &MI);
|
D | WebAssemblyUtilities.cpp | 39 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
|
D | WebAssemblyCFGStackify.cpp | 884 !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/ |
D | Instruction.h | 425 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/ |
D | Instruction.h | 557 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/ |
D | CodeMoverUtils.cpp | 145 if (I->mayThrow()) in isSafeToMoveBefore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 76 Inst->mayThrow()) in isSafeToMove()
|
D | MergedLoadStoreMotion.cpp | 177 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
|
D | LoopVersioningLICM.cpp | 346 if (I->mayThrow()) { in instructionSafeForVersioning()
|
D | MemCpyOptimizer.cpp | 633 if (I->mayThrow() && !CpyDestIsLocal) { in processStore() 772 if (C->mayThrow()) in performCallSlotOptzn()
|
D | GVNHoist.cpp | 357 if (BB->getTerminator()->mayThrow()) { in hasEH()
|
D | DeadStoreElimination.cpp | 1114 if (Inst->mayThrow()) { in eliminateDeadStores()
|
D | EarlyCSE.cpp | 1157 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) && in processNode()
|
D | LoopFuse.cpp | 185 if (I.mayThrow()) { in FusionCandidate()
|
D | LICM.cpp | 1140 if (CI->mayThrow()) in canSinkOrHoistInst()
|
D | IndVarSimplify.cpp | 2932 if (I.mayHaveSideEffects() || I.mayThrow()) in predicateLoopExits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1472 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/ |
D | SjLjEHPrepare.cpp | 437 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 629 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix() 633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
|
D | LoopVectorizationLegality.cpp | 927 if (I.mayThrow()) in blockCanBePredicated()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 593 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 123396 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;
|