Home
last modified time | relevance | path

Searched refs:GetBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1559 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs() argument
1562 using EdgeItT = decltype(GetBegin(std::declval<Node &>())); in buildGenericSCCs()
1584 DFSStack.push_back({RootN, GetBegin(*RootN)}); in buildGenericSCCs()
1599 I = GetBegin(*N); in buildGenericSCCs()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1176 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,