Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h69 using PostDominatorTreeT = PostDominatorTree;
196 using PostDominatorTreeT =
197 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
246 PostDominatorTreeT *DomTree);
600 PostDominatorTreeT *DomTree) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp127 using PostDominatorTreeT = MachinePostDominatorTree; typedef