Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h68 using DominatorTreePtrT = std::unique_ptr<DominatorTree>;
192 using DominatorTreePtrT =
193 typename afdo_detail::IRTraits<BT>::DominatorTreePtrT;
293 DominatorTreePtrT DT;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp125 using DominatorTreePtrT = MachineDominatorTree *; typedef