Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h59 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 DLazyCallGraph.h1194 template <typename RootsT, typename GetBeginT, typename GetEndT,
1196 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1805 template <typename RootsT, typename GetBeginT, typename GetEndT,
1807 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()