Searched refs:newBlock (Results 1 – 2 of 2) sorted by relevance
239 SsaBasicBlock newBlock = new SsaBasicBlock(newIndex, maxLabel++, this); in makeNewGotoBlock() local241 newBlock.getInsns().add(getGoto(newBlock)); in makeNewGotoBlock()242 blocks.add(newBlock); in makeNewGotoBlock()244 return newBlock; in makeNewGotoBlock()
748 SsaBasicBlock newBlock = in insertExceptionThrow() local750 SsaInsn newInsn = newBlock.getInsns().get(0); in insertExceptionThrow()758 newBlock.insertNewSuccessor(newBlock.getPrimarySuccessor()); in insertExceptionThrow()