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>;
191 using DominatorTreePtrT =
192 typename afdo_detail::IRTraits<BT>::DominatorTreePtrT;
292 DominatorTreePtrT DT;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp124 using DominatorTreePtrT = MachineDominatorTree *; typedef