Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1572 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs() argument
1575 using EdgeItT = decltype(GetBegin(std::declval<Node &>())); in buildGenericSCCs()
1597 DFSStack.push_back({RootN, GetBegin(*RootN)}); in buildGenericSCCs()
1612 I = GetBegin(*N); in buildGenericSCCs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1191 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,