Searched refs:mayThrow (Results 1 – 16 of 16) sorted by relevance
66 public CtClass[] mayThrow() { in mayThrow() method in Handler67 return super.mayThrow(); in mayThrow()
80 public CtClass[] mayThrow() { in mayThrow() method in Instanceof81 return super.mayThrow(); in mayThrow()
77 public CtClass[] mayThrow() { in mayThrow() method in Cast78 return super.mayThrow(); in mayThrow()
139 public CtClass[] mayThrow() { in mayThrow() method in MethodCall140 return super.mayThrow(); in mayThrow()
125 public CtClass[] mayThrow() { in mayThrow() method in NewExpr126 return super.mayThrow(); in mayThrow()
69 public CtClass[] mayThrow() { in mayThrow() method in NewArray70 return super.mayThrow(); in mayThrow()
122 public CtClass[] mayThrow() { in mayThrow() method in FieldAccess123 return super.mayThrow(); in mayThrow()
131 public CtClass[] mayThrow() { in mayThrow() method in Expr
114 if (CheckUnwind && TI->mayThrow()) { in runOnSCC()127 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runOnSCC()
374 bool mayThrow() const;389 return mayWriteToMemory() || mayThrow() || !mayReturn();
173 Inst->mayThrow()) in isSafeToMove()
239 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
426 SafetyInfo->HeaderMayThrow |= I->mayThrow(); in computeLICMSafetyInfo()434 SafetyInfo->MayThrow |= I->mayThrow(); in computeLICMSafetyInfo()
471 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
896 if (I.mayThrow()) in TryMarkNoThrow()
4538 if (it->mayThrow()) in blockCanBePredicated()