Searched refs:exitBlockIndex (Results 1 – 1 of 1) sorted by relevance
51 private int exitBlockIndex; field in SsaMethod185 exitBlockIndex = -1; // This gets made later. in convertRopToSsaBlocks()195 if (exitBlockIndex >= 0) { in makeExitBlock()199 exitBlockIndex = blocks.size(); in makeExitBlock()201 = new SsaBasicBlock(exitBlockIndex, maxLabel++, this); in makeExitBlock()211 blocks.remove(exitBlockIndex); in makeExitBlock()212 exitBlockIndex = -1; in makeExitBlock()265 return exitBlockIndex; in getExitBlockIndex()273 return exitBlockIndex < 0 ? null : blocks.get(exitBlockIndex); in getExitBlock()