Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h62 using PostDominatorTreeT = PostDominatorTree;
98 using PostDominatorTreeT =
99 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
147 PostDominatorTreeT *DomTree);
436 PostDominatorTreeT *DomTree) {
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp102 using PostDominatorTreeT = MachinePostDominatorTree; typedef