Searched refs:to_visit (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h112 BV &to_visit = t1, local
114 to_visit.copyFrom(v[from]);
117 while (!to_visit.empty()) {
118 uptr idx = to_visit.getAndClearFirstOne();
120 to_visit.setUnion(v[idx]);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h110 BV &to_visit = t1, local
112 to_visit.copyFrom(v[from]);
115 while (!to_visit.empty()) {
116 uptr idx = to_visit.getAndClearFirstOne();
118 to_visit.setUnion(v[idx]);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h111 BV &to_visit = t1, local
113 to_visit.copyFrom(v[from]);
116 while (!to_visit.empty()) {
117 uptr idx = to_visit.getAndClearFirstOne();
119 to_visit.setUnion(v[idx]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h674 auto_vec<int, 16> to_visit; member in class:loop_iterator
685 while (this->to_visit.iterate (this->idx, &anum))
711 this->to_visit.reserve_exact (number_of_loops (fn));
720 this->to_visit.quick_push (aloop->num);
733 this->to_visit.quick_push (aloop->num);
755 this->to_visit.quick_push (aloop->num);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h695 if (curr_idx < list.to_visit.length ())
739 return iterator (*this, to_visit.length ());
751 return const_iterator (*this, to_visit.length ());
763 auto_vec<int, 16> to_visit; member in class:loops_list
776 while (this->list.to_visit.iterate (this->curr_idx, &anum))
810 this->to_visit.reserve_exact (number_of_loops (fn));
822 this->to_visit.quick_push (0);
831 this->to_visit.quick_push (aloop->num);
H A Dcfgloop.cc2140 this->to_visit.quick_push (root->num);
2144 this->to_visit.quick_push (root->num);
2152 this->to_visit.quick_push (aloop->num);
2160 this->to_visit.quick_push (aloop->num);
2169 this->to_visit.quick_push (aloop->num);
2182 this->to_visit.quick_push (root->num);

Completed in 203 milliseconds