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;
198 using OptRemarkEmitterT =
199 typename afdo_detail::IRTraits<BT>::OptRemarkEmitterT;
333 OptRemarkEmitterT *ORE = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp128 using OptRemarkEmitterT = MachineOptimizationRemarkEmitter; typedef