Searched refs:isGoto (Results 1 – 11 of 11) sorted by relevance
75 assert other.isGoto(); in compareNonValueParts()81 public boolean isGoto() { in isGoto() method in Goto
210 if (exit().isGoto()) { in replaceSuccessor()931 return instructions.size() == 1 && exit().isGoto(); in isTrivialGoto()935 return successors.size() == 1 && exit().isGoto(); in hasOneNormalExit()
244 assert block.exit().isGoto() || block.exit().isThrow(); in consistentCatchHandlers()
458 public boolean isGoto() { in isGoto() method in Instruction
36 public static boolean isGoto(int opcode) { in isGoto() method in Util
117 if (Util.isGoto(opcode)) in scanOp()
196 } else if (! Util.isGoto(opcode)) { in analyzeNextEntry()
58 if (pred.exit().isGoto() && in shareIdenticalBlockSuffix()78 assert pred.exit().isGoto(); in shareIdenticalBlockSuffix()
302 assert block.exit().isGoto(); in collapsIfTrueTarget()1050 block = block.exit().isGoto() ? block.exit().asGoto().getTarget() : null; in computeConstantArrayValues()1123 block = block.exit().isGoto() ? block.exit().asGoto().getTarget() : null;1287 assert block.exit().isGoto();
359 if (next.isGoto()) { in addDebugPosition()376 assert !ir.isGoto();381 assert !ir.isGoto();435 assert instruction != null && instruction.isGoto();
369 || (instruction.isGoto() && instruction.asGoto().getTarget() == code.getNormalExitBlock()); in shouldEmitChangesAtInstruction()1653 if (block.exit().isGoto() && !isCatch) { in resolveControlFlow()