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()
744 SsaBasicBlock newBlock = in insertExceptionThrow() local746 SsaInsn newInsn = newBlock.getInsns().get(0); in insertExceptionThrow()754 newBlock.insertNewSuccessor(newBlock.getPrimarySuccessor()); in insertExceptionThrow()