Home
last modified time | relevance | path

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

12

/external/javassist/src/main/javassist/expr/
DHandler.java81 public CtClass[] mayThrow() { in mayThrow() method in Handler
82 return super.mayThrow(); in mayThrow()
DInstanceof.java99 public CtClass[] mayThrow() { in mayThrow() method in Instanceof
100 return super.mayThrow(); in mayThrow()
DCast.java96 public CtClass[] mayThrow() { in mayThrow() method in Cast
97 return super.mayThrow(); in mayThrow()
DMethodCall.java155 public CtClass[] mayThrow() { in mayThrow() method in MethodCall
156 return super.mayThrow(); in mayThrow()
DNewExpr.java146 public CtClass[] mayThrow() { in mayThrow() method in NewExpr
147 return super.mayThrow(); in mayThrow()
DNewArray.java89 public CtClass[] mayThrow() { in mayThrow() method in NewArray
90 return super.mayThrow(); in mayThrow()
DFieldAccess.java146 public CtClass[] mayThrow() { in mayThrow() method in FieldAccess
147 return super.mayThrow(); in mayThrow()
DExpr.java132 public CtClass[] mayThrow() { in mayThrow() method in Expr
/external/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
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp115 if (CheckUnwind && TI->mayThrow()) { in runImpl()
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
/external/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()
/external/llvm/include/llvm/IR/
DInstruction.h400 bool mayThrow() const;
408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h425 bool mayThrow() const;
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h557 bool mayThrow() const;
582 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp145 if (I->mayThrow()) in isSafeToMoveBefore()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp76 Inst->mayThrow()) in isSafeToMove()
DLoadCombine.cpp251 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
DLoopVersioningLICM.cpp335 if (I->mayThrow()) { in instructionSafeForVersioning()
/external/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()
/external/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()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp425 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp437 if (I.mayThrow()) in setupEntryBlockAndCallSites()

12