Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Worklist

188   SmallVector<const Value *, 4> Worklist;
189 Worklist.push_back(Ptr);
193 Worklist.push_back(*I);
200 const Value *V = Worklist.pop_back_val();
235 Worklist.push_back(UUser);
257 } while (!Worklist.empty());
269 SmallVector<const Value *, 4> Worklist;
270 Worklist.push_back(V);
272 const Value *P = Worklist.pop_back_val();
282 Worklist.push_back(SI->getTrueValue());
283 Worklist.push_back(SI->getFalseValue());
289 Worklist.push_back(PN->getIncomingValue(i));
292 } while (!Worklist.empty());
1576 SmallVector<std::pair<Instruction *, const Value *>, 4> Worklist;
1577 Worklist.push_back(std::make_pair(Inst, Arg));
1579 std::pair<Instruction *, const Value *> Pair = Worklist.pop_back_val();
1659 Worklist.push_back(std::make_pair(Clone, Incoming));
1668 } while (!Worklist.empty());