Searched refs:nextLabel (Results 1 – 3 of 3) sorted by relevance
232 int nextLabel = (nextI == order.length) ? -1 : order[nextI]; in outputInstructions() local233 outputBlock(blocks.labelToBlock(order[i]), nextLabel); in outputInstructions() local245 private void outputBlock(BasicBlock block, int nextLabel) { in outputBlock() argument277 if ((succ >= 0) && (succ != nextLabel)) { in outputBlock()284 (block.getSecondarySuccessor() == nextLabel)) { in outputBlock()
226 int nextLabel = (nextI == order.length) ? -1 : order[nextI]; in outputInstructions() local227 outputBlock(blocks.labelToBlock(order[i]), nextLabel); in outputInstructions() local239 private void outputBlock(BasicBlock block, int nextLabel) { in outputBlock() argument271 if ((succ >= 0) && (succ != nextLabel)) { in outputBlock()278 (block.getSecondarySuccessor() == nextLabel)) { in outputBlock()
1125 int nextLabel = getSpecialLabel(SYNCH_RETURN); in addReturnBlock() local1128 IntList.makeImmutable(nextLabel), nextLabel); in addReturnBlock()1131 label = nextLabel; in addReturnBlock()