Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h68 using PostDominatorTreeT = PostDominatorTree;
167 using PostDominatorTreeT =
168 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
217 PostDominatorTreeT *DomTree);
578 PostDominatorTreeT *DomTree) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp126 using PostDominatorTreeT = MachinePostDominatorTree; typedef