Searched refs:root_begin (Results 1 – 3 of 3) sorted by relevance
297 root_iterator root_begin() { return Roots.begin(); }298 const_root_iterator root_begin() const { return Roots.begin(); }305 return make_range(root_begin(), root_end());308 return make_range(root_begin(), root_end());
1337 const NodePtr RootBB = IsPostDom ? nullptr : *DT.root_begin(); in VerifyDFSNumbers()
275 static void ProcessRootRegion(Frontier *frontier, uptr root_begin, in ProcessRootRegion() argument282 uptr intersection_begin = Max(root_begin, begin); in ProcessRootRegion()287 root_begin, root_end, begin, end, in ProcessRootRegion()