Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Visited

88   SmallPtrSet<const Value *, 4> Visited;
98 if (!Visited.insert(P).second)
870 SmallPtrSet<const BasicBlock *, 4> Visited;
884 Visited, PA);
890 DependingInstructions, Visited, PA);
1226 // Invoke instructions are visited as part of their successors (below).
1369 /// The visited set, for doing DFS walks.
1370 SmallPtrSet<BasicBlock *, 16> Visited;
1383 Visited.insert(EntryBB);
1393 if (Visited.insert(SuccBB).second) {
1413 Visited.clear();
1427 Visited.insert(&ExitBB);
1433 if (Visited.insert(BB).second) {
1998 SmallPtrSetImpl<const BasicBlock *> &Visited,
2001 DepInsts, Visited, PA);
2026 SmallPtrSetImpl<const BasicBlock *> &Visited,
2029 BB, Autorelease, DepInsts, Visited, PA);
2085 SmallPtrSet<const BasicBlock *, 4> Visited;
2100 Arg, &BB, Ret, DependingInstructions, Visited, PA);
2102 Visited.clear();
2108 Arg, &BB, Autorelease, DependingInstructions, Visited, PA);
2110 Visited.clear();
2119 Visited, PA);
2121 Visited.clear();