Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h67 using LoopInfoPtrT = std::unique_ptr<LoopInfo>;
190 using LoopInfoPtrT = typename afdo_detail::IRTraits<BT>::LoopInfoPtrT;
294 LoopInfoPtrT LI;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp123 using LoopInfoPtrT = MachineLoopInfo *; typedef