Searched defs:PostDominatorTree (Results 1 – 4 of 4) sorted by relevance
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> { struct28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {} in PostDominatorTree() argument30 PostDominatorTree(PostDominatorTree &&Arg) in PostDominatorTree() function
55 friend class PostDominatorTree; variable
66 class PostDominatorTree; variable
34 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function