Home | History | Annotate | Download | only in Support

Lines Matching refs:it2

133           for (succ_iterator_ty it2 = succ_begin(*it),
134 ie2 = succ_end(*it); it2 != ie2; ++it2)
135 assert(S.count(*it2) && "Attempt to run invalid changeset!");
230 for (succ_closure_iterator_ty it2 = succ_closure_begin(*it),
231 ie2 = succ_closure_end(*it); it2 != ie2; ++it2)
232 PredClosure[*it2].insert(*it);
245 for (succ_iterator_ty it2 = succ_begin(*it),
246 ie2 = succ_end(*it); it2 != ie2; ++it2) {
247 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
248 llvm::errs() << "->" << *it2;
267 for (pred_closure_iterator_ty it2 = pred_closure_begin(*it),
268 ie2 = pred_closure_end(*it); it2 != ie2; ++it2) {
269 if (it2 != pred_closure_begin(*it)) llvm::errs() << ", ";
270 llvm::errs() << *it2;
279 for (succ_closure_iterator_ty it2 = succ_closure_begin(*it),
280 ie2 = succ_closure_end(*it); it2 != ie2; ++it2) {
281 if (it2 != succ_closure_begin(*it)) llvm::errs() << ", ";
282 llvm::errs() << *it2;