Lines Matching refs:worklist
38 // block from the worklist. It has a set of delta's - values which are newly
44 // block is put on the worklist.
149 } // End of while-worklist-not-empty
183 if( !delta ) // Not on worklist?
184 // Get a free set; flag as being on worklist
219 // also add it to the delta set and stick the block on the worklist.
226 if( !_deltas[p->_pre_order-1] && // Not on worklist?
228 _worklist->push(p); // Actually go on worklist if already 1st pass
252 _deltas[p->_pre_order-1] = delta; // Flag as on worklist now
253 if( !on_worklist && // Not on worklist?
255 _worklist->push(p); // Actually go on worklist if already 1st pass
280 Unique_Node_List worklist(a);
298 worklist.clear();
299 worklist.push(check);
301 while( k < worklist.size() ) {
302 check = worklist.at(k);
307 worklist.push(check->in(isc));
310 worklist.push(check->in(m));