Searched refs:GetBegin (Results 1 – 2 of 2) sorted by relevance
1809 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs() argument1812 using EdgeItT = decltype(GetBegin(std::declval<Node &>())); in buildGenericSCCs()1834 DFSStack.emplace_back(RootN, GetBegin(*RootN)); in buildGenericSCCs()1847 I = GetBegin(*N); in buildGenericSCCs()
1197 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,