Searched defs:PostDominatorTreeWrapperPass (Results 1 – 5 of 5) sorted by relevance
73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct78 PostDominatorTreeWrapperPass(); argument80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()81 const PostDominatorTree &getPostDomTree() const { return DT; } in getPostDomTree()87 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()91 void releaseMemory() override { DT.reset(); } in releaseMemory()
37 PostDominatorTreeWrapperPass::PostDominatorTreeWrapperPass() in PostDominatorTreeWrapperPass() function in PostDominatorTreeWrapperPass
350 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
748 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
1886 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument