Home | History | Annotate | Download | only in code

Lines Matching defs:workList

1485         private final BitSet workList;
1507 workList = new BitSet(maxLabel);
1529 * block to the worklist.
1533 for (int label = workList.nextSetBit(0); label >= 0;
1534 label = workList.nextSetBit(0)) {
1535 workList.clear(label);
1650 * block, allocating a new label and adding it to the worklist
1673 workList.set(origLabel);