Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h60 using LoopInfoPtrT = std::unique_ptr<LoopInfo>;
93 using LoopInfoPtrT = typename afdo_detail::IRTraits<BT>::LoopInfoPtrT;
196 LoopInfoPtrT LI;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp99 using LoopInfoPtrT = MachineLoopInfo *; typedef