Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Worklist

649     // determine what is dirty, seeding our initial DirtyBlocks worklist.
749 // the predecessors of this block. Add them to our worklist.
1026 SmallVector<BasicBlock*, 32> Worklist;
1027 Worklist.push_back(StartBB);
1040 while (!Worklist.empty()) {
1041 BasicBlock *BB = Worklist.pop_back_val();
1071 // If not, we just add the predecessors to the worklist and scan them with
1097 Worklist.append(NewBlocks.begin(), NewBlocks.end());