Home
last modified time | relevance | path

Searched refs:PostDomTree (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp78 struct PostDomTree : PostDomTreeBase<BasicBlock> { struct
79 PostDomTree(Function &F) { recalculate(F); } in PostDomTree() argument
176 DominatorTree &DT, PostDomTree &PDT,
337 const PostDomTree &PDT) { in create()
467 DominatorTree &DT, PostDomTree &PDT, in outlineColdRegions()
570 PostDomTree PDT(F); in run()