Searched refs:CFGDominatorTreeImpl (Results 1 – 2 of 2) sorted by relevance
42 class CFGDominatorTreeImpl : public ManagedAnalysis {48 CFGDominatorTreeImpl() = default;50 CFGDominatorTreeImpl(CFG *cfg) { in CFGDominatorTreeImpl() function54 ~CFGDominatorTreeImpl() override = default;73 bool compare(CFGDominatorTreeImpl &Other) const { in compare()182 using CFGDomTree = CFGDominatorTreeImpl</*IsPostDom*/ false>;183 using CFGPostDomTree = CFGDominatorTreeImpl</*IsPostDom*/ true>;185 template<> void CFGDominatorTreeImpl<true>::anchor();186 template<> void CFGDominatorTreeImpl<false>::anchor();
14 void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {} in anchor()17 void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {} in anchor()