Home
last modified time | relevance | path

Searched refs:SemiNCAInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h55 struct SemiNCAInfo { struct
98 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() argument
346 SemiNCAInfo SNCA(BUI); in FindRoots() argument
497 SemiNCAInfo SNCA(BUI); in RemoveRedundantRoots() argument
558 SemiNCAInfo SNCA(PostViewBUI); in CalculateFromScratch() argument
888 SemiNCAInfo SNCA(BUI); in ComputeUnreachableDominators() argument
981 SemiNCAInfo SNCA(BUI); in DeleteReachable()
1048 SemiNCAInfo SNCA(BUI); in DeleteUnreachable()
1544 SemiNCAInfo<DomTreeT>::CalculateFromScratch(DT, nullptr); in Calculate() argument
1554 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()
[all …]
H A DGenericDomTree.h50 struct SemiNCAInfo;
58 friend struct DomTreeBuilder::SemiNCAInfo<DominatorTreeBase<NodeT, false>>;
59 friend struct DomTreeBuilder::SemiNCAInfo<DominatorTreeBase<NodeT, true>>;
274 friend struct DomTreeBuilder::SemiNCAInfo<DominatorTreeBase>;