Searched refs:getNormalExitBlock (Results 1 – 7 of 7) sorted by relevance
203 if (code.getNormalExitBlock() == block) { in split()376 if (inlinee.getNormalExitBlock() == null) { in inlineInvoke()384 InstructionListIterator inlineeIterator = inlinee.getNormalExitBlock().listIterator(); in inlineInvoke()
88 if (current == code.getNormalExitBlock()) { in remove()
317 public BasicBlock getNormalExitBlock() { in getNormalExitBlock() method
284 if (block.hasCatchHandlers() && inlinee.getNormalExitBlock() == null) { in performInlining()
651 if (code.getNormalExitBlock() != null) { in identifyReturnsArgument()652 Return ret = code.getNormalExitBlock().exit().asReturn(); in identifyReturnsArgument()
355 BasicBlock originalReturnBlock = code.getNormalExitBlock(); in splitBeforeReturn()
369 || (instruction.isGoto() && instruction.asGoto().getTarget() == code.getNormalExitBlock()); in shouldEmitChangesAtInstruction()