Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h55 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/
DLazyCallGraph.h1174 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/
DLazyCallGraph.cpp1557 template <typename RootsT, typename GetBeginT, typename GetEndT,
1559 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()