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>;
191 using LoopInfoPtrT = typename afdo_detail::IRTraits<BT>::LoopInfoPtrT;
295 LoopInfoPtrT LI;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp124 using LoopInfoPtrT = MachineLoopInfo *; typedef