Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h60 using LoopInfoPtrT = std::unique_ptr<LoopInfo>;
92 using LoopInfoPtrT = typename afdo_detail::IRTraits<BT>::LoopInfoPtrT;
195 LoopInfoPtrT LI;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp99 using LoopInfoPtrT = MachineLoopInfo *; typedef