Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h64 using OptRemarkEmitterT = OptimizationRemarkEmitter;
100 using OptRemarkEmitterT =
101 typename afdo_detail::IRTraits<BT>::OptRemarkEmitterT;
223 OptRemarkEmitterT *ORE = nullptr;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp103 using OptRemarkEmitterT = MachineOptimizationRemarkEmitter; typedef