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;
195 using PostDominatorTreeT =
196 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
245 PostDominatorTreeT *DomTree);
606 PostDominatorTreeT *DomTree) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp126 using PostDominatorTreeT = MachinePostDominatorTree; typedef