Searched refs:newFallthrough (Results 1 – 2 of 2) sorted by relevance
1955 BasicBlock newFallthrough = BasicBlock.createGotoBlock(fallthrough, nextBlockNumber++);1956 current.exit().setFallthroughBlock(newFallthrough);1957 newFallthrough.getPredecessors().add(current);1958 fallthrough.replacePredecessor(current, newFallthrough);1959 newFallthrough.mark();1960 tracedBlocks.add(newFallthrough);
289 BasicBlock newFallthrough = endOfGotoChain(fallthrough); in collapsIfTrueTarget() local299 if (insn.getTrueTarget() == newFallthrough) { in collapsIfTrueTarget()