Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h70 using OptRemarkEmitterT = OptimizationRemarkEmitter;
169 using OptRemarkEmitterT =
170 typename afdo_detail::IRTraits<BT>::OptRemarkEmitterT;
304 OptRemarkEmitterT *ORE = nullptr;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp127 using OptRemarkEmitterT = MachineOptimizationRemarkEmitter; typedef