Searched refs:CFGPostDomTree (Results 1 – 2 of 2) sorted by relevance
183 using CFGPostDomTree = CFGDominatorTreeImpl</*IsPostDom*/ true>; variable220 CFGPostDomTree PostDomTree;229 const CFGPostDomTree &getCFGPostDomTree() const { return PostDomTree; }
64 CFGPostDomTree Dom; in checkASTCodeBody()