Home
last modified time | relevance | path

Searched refs:RootsT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h57 using RootsT = decltype(DomTreeT::Roots); member
383 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots()
385 RootsT Roots; in FindRoots()
511 RootsT &Roots) { in RemoveRedundantRoots()
725 RootsT Roots = FindRoots(DT, BUI); in UpdateRootsAfterUpdate()
1285 RootsT ComputedRoots = FindRoots(DT, nullptr); in verifyRoots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1189 template <typename RootsT, typename GetBeginT, typename GetEndT,
1191 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1570 template <typename RootsT, typename GetBeginT, typename GetEndT,
1572 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()