Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Worklist

3161   SmallSetVector<Instruction *, 8> Worklist;
3169 Worklist.insert(cast<Instruction>(*UI));
3179 Worklist.insert(I);
3182 // Note that we must test the size on each iteration, the worklist can grow.
3183 for (unsigned Idx = 0; Idx != Worklist.size(); ++Idx) {
3184 I = Worklist[Idx];
3198 Worklist.insert(cast<Instruction>(*UI));