Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h61 using DominatorTreePtrT = std::unique_ptr<DominatorTree>;
93 using DominatorTreePtrT =
94 typename afdo_detail::IRTraits<BT>::DominatorTreePtrT;
193 DominatorTreePtrT DT;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp100 using DominatorTreePtrT = MachineDominatorTree *; typedef