/external/javassist/src/main/javassist/expr/ |
D | Handler.java | 81 public CtClass[] mayThrow() { in mayThrow() method in Handler 82 return super.mayThrow(); in mayThrow()
|
D | Instanceof.java | 99 public CtClass[] mayThrow() { in mayThrow() method in Instanceof 100 return super.mayThrow(); in mayThrow()
|
D | Cast.java | 96 public CtClass[] mayThrow() { in mayThrow() method in Cast 97 return super.mayThrow(); in mayThrow()
|
D | MethodCall.java | 155 public CtClass[] mayThrow() { in mayThrow() method in MethodCall 156 return super.mayThrow(); in mayThrow()
|
D | NewExpr.java | 146 public CtClass[] mayThrow() { in mayThrow() method in NewExpr 147 return super.mayThrow(); in mayThrow()
|
D | NewArray.java | 89 public CtClass[] mayThrow() { in mayThrow() method in NewArray 90 return super.mayThrow(); in mayThrow()
|
D | FieldAccess.java | 146 public CtClass[] mayThrow() { in mayThrow() method in FieldAccess 147 return super.mayThrow(); in mayThrow()
|
D | Expr.java | 132 public CtClass[] mayThrow() { in mayThrow() method in Expr
|
/external/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
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 115 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/ |
D | PruneEH.cpp | 111 if (CheckUnwind && TI->mayThrow()) { in runImpl() 124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 400 bool mayThrow() const; 408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 425 bool mayThrow() const; 450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 557 bool mayThrow() const; 582 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 145 if (I->mayThrow()) in isSafeToMoveBefore()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 76 Inst->mayThrow()) in isSafeToMove()
|
D | LoadCombine.cpp | 251 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
|
D | LoopVersioningLICM.cpp | 335 if (I->mayThrow()) { in instructionSafeForVersioning()
|
/external/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()
|
/external/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()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 425 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 437 if (I.mayThrow()) in setupEntryBlockAndCallSites()
|