Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h61 using DominatorTreePtrT = std::unique_ptr<DominatorTree>;
94 using DominatorTreePtrT =
95 typename afdo_detail::IRTraits<BT>::DominatorTreePtrT;
194 DominatorTreePtrT DT;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp100 using DominatorTreePtrT = MachineDominatorTree *; typedef