Searched refs:needGotoToCatchBlocks (Results 1 – 1 of 1) sorted by relevance
253 private List<BasicBlock.Pair> needGotoToCatchBlocks = new ArrayList<>(); field in IRBuilder821 needGotoToCatchBlocks.add(new BasicBlock.Pair(currentBlock, targetBlock));1718 needGotoToCatchBlocks.add(new BasicBlock.Pair(currentBlock, nextBlock));1786 for (BasicBlock.Pair pair : needGotoToCatchBlocks) {