Home | History | Annotate | Download | only in Analysis

Lines Matching refs:children

325     To->children.push_back(*I);
327 children.clear();
332 assert(std::find(begin(), end(), SubRegion) == children.end()
336 children.push_back(SubRegion);
341 assert(SubRegion->children.size() == 0
342 && "SubRegions that contain children are not supported");
355 SubRegion->children.push_back(*I);
360 children.clear();
361 children.insert(children.begin(), Keep.begin(), Keep.end());
368 RegionSet::iterator I = std::find(children.begin(), children.end(), Child);
369 assert(I != children.end() && "Region does not exit. Unable to remove.");
370 children.erase(children.begin()+(I-begin()));