Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h58 namespace afdo_detail {
184 using InstructionT = typename afdo_detail::IRTraits<BT>::InstructionT;
185 using BasicBlockT = typename afdo_detail::IRTraits<BT>::BasicBlockT;
187 typename afdo_detail::IRTraits<BT>::BlockFrequencyInfoT;
188 using FunctionT = typename afdo_detail::IRTraits<BT>::FunctionT;
189 using LoopT = typename afdo_detail::IRTraits<BT>::LoopT;
190 using LoopInfoPtrT = typename afdo_detail::IRTraits<BT>::LoopInfoPtrT;
192 typename afdo_detail::IRTraits<BT>::DominatorTreePtrT;
194 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
196 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp116 namespace afdo_detail { namespace