Lines Matching refs:worklist
244 // Wait if control on the worklist.
670 // Add the phi node and the cast to the worklist.
671 Unique_Node_List worklist;
672 worklist.push(adr_phi);
675 worklist.push(cast);
679 while( worklist.size() ){
680 // Take a node off the worklist
681 Node *n = worklist.pop();
689 // - or it is a phi node (then we add its inputs to the worklist)
692 worklist.push(n->in(1));
695 worklist.push(n->in(i));
703 // Quit when the worklist is empty, and we've found no offending nodes.
1563 // subsumed by p1. If p1 is on the worklist but has not yet been re-transformed,