Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h63 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
96 using PostDominatorTreePtrT =
97 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
195 PostDominatorTreePtrT PDT;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp101 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef