Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h70 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
194 using PostDominatorTreePtrT =
195 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
294 PostDominatorTreePtrT PDT;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp126 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef