Home | History | Annotate | Download | only in ssa

Lines Matching defs:exitBlockIndex

51     private int exitBlockIndex;
185 exitBlockIndex = -1; // This gets made later.
195 if (exitBlockIndex >= 0) {
199 exitBlockIndex = blocks.size();
201 = new SsaBasicBlock(exitBlockIndex, maxLabel++, this);
211 blocks.remove(exitBlockIndex);
212 exitBlockIndex = -1;
265 return exitBlockIndex;
273 return exitBlockIndex < 0 ? null : blocks.get(exitBlockIndex);