Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h42 class CFGDominatorTreeImpl : public ManagedAnalysis {
48 CFGDominatorTreeImpl() = default;
50 CFGDominatorTreeImpl(CFG *cfg) { in CFGDominatorTreeImpl() function
54 ~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();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DDominators.cpp14 void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {} in anchor()
17 void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {} in anchor()