Searched refs:RootsT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 59 using RootsT = decltype(DomTreeT::Roots); member 336 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 338 RootsT Roots; in FindRoots() 493 RootsT &Roots) { in RemoveRedundantRoots() 704 RootsT Roots = FindRoots(DT, BUI); in UpdateRootsAfterUpdate() 1228 RootsT ComputedRoots = FindRoots(DT, nullptr); in verifyRoots()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1194 template <typename RootsT, typename GetBeginT, typename GetEndT, 1196 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1805 template <typename RootsT, typename GetBeginT, typename GetEndT, 1807 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
|