Lines Matching refs:PostDominatorTree
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> { struct
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {} in PostDominatorTree() function
30 PostDominatorTree(PostDominatorTree &&Arg) in PostDominatorTree() function
33 PostDominatorTree &operator=(PostDominatorTree &&RHS) {
47 typedef PostDominatorTree Result;
51 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
66 PostDominatorTree DT;
72 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
73 const PostDominatorTree &getPostDomTree() const { return DT; } in getPostDomTree()
90 template <> struct GraphTraits<PostDominatorTree*>
92 static NodeType *getEntryNode(PostDominatorTree *DT) {
96 static nodes_iterator nodes_begin(PostDominatorTree *N) {
103 static nodes_iterator nodes_end(PostDominatorTree *N) {