Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1807 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs() argument
1810 using EdgeItT = decltype(GetBegin(std::declval<Node &>())); in buildGenericSCCs()
1832 DFSStack.emplace_back(RootN, GetBegin(*RootN)); in buildGenericSCCs()
1845 I = GetBegin(*N); in buildGenericSCCs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1196 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,