Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTree.h56 friend class PostDominatorTree; variable
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DSCCP.h34 class PostDominatorTree; variable
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSyncDependenceAnalysis.h31 class PostDominatorTree; variable
H A DRegionInfo.h66 class PostDominatorTree; variable
H A DPostDominators.h34 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function