Searched refs:RootsT (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 55 using RootsT = decltype(DomTreeT::Roots); member 374 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 376 RootsT Roots; in FindRoots() 502 RootsT &Roots) { in RemoveRedundantRoots() 1332 RootsT ComputedRoots = FindRoots(DT, nullptr); in verifyRoots()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1174 template <typename RootsT, typename GetBeginT, typename GetEndT, 1176 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 1557 template <typename RootsT, typename GetBeginT, typename GetEndT, 1559 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
|