Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ !
H A DSampleProfileLoaderBaseImpl.h70 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
193 using PostDominatorTreePtrT =
194 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
293 PostDominatorTreePtrT PDT;
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DMIRSampleProfile.cpp125 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef