Home
last modified time | relevance | path

Searched defs:PostDominatorTree (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DPostDominators.h25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> { struct
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {} in PostDominatorTree() argument
30 PostDominatorTree(PostDominatorTree &&Arg) in PostDominatorTree() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h55 friend class PostDominatorTree; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfo.h66 class PostDominatorTree; variable
DPostDominators.h34 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function