Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h71 using OptRemarkEmitterT = OptimizationRemarkEmitter;
197 using OptRemarkEmitterT =
198 typename afdo_detail::IRTraits<BT>::OptRemarkEmitterT;
332 OptRemarkEmitterT *ORE = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp127 using OptRemarkEmitterT = MachineOptimizationRemarkEmitter; typedef