Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h69 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
165 using PostDominatorTreePtrT =
166 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
265 PostDominatorTreePtrT PDT;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp125 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef