LLVM: llvm::MachineOptimizationRemarkEmitter Class Reference (original) (raw)

The optimization diagnostic interface. More...

#include "[llvm/CodeGen/MachineOptimizationRemarkEmitter.h](MachineOptimizationRemarkEmitter%5F8h%5Fsource.html)"

Public Member Functions
MachineOptimizationRemarkEmitter (MachineFunction &MF, MachineBlockFrequencyInfo *MBFI)
MachineOptimizationRemarkEmitter (MachineOptimizationRemarkEmitter &&)=default
LLVM_ABI bool invalidate (MachineFunction &MF, const PreservedAnalyses &PA, MachineFunctionAnalysisManager::Invalidator &Inv)
Handle invalidation events in the new pass manager.
LLVM_ABI void emit (DiagnosticInfoOptimizationBase &OptDiag)
Emit an optimization remark.
bool allowExtraAnalysis (StringRef PassName) const
Whether we allow for extra compile-time budget to perform more analysis to be more informative.
template<typename T>
void emit (T RemarkBuilder, decltype(RemarkBuilder()) *=nullptr)
Take a lambda that returns a remark which will be emitted.
MachineBlockFrequencyInfo * getBFI ()

The optimization diagnostic interface.

It allows reporting when optimizations are performed and when they are not along with the reasons for it. Hotness information of the corresponding code region can be included in the remark if DiagnosticsHotnessRequested is enabled in the LLVM context.

Definition at line 154 of file MachineOptimizationRemarkEmitter.h.

MachineOptimizationRemarkEmitter() [2/2]

allowExtraAnalysis()

bool llvm::MachineOptimizationRemarkEmitter::allowExtraAnalysis ( StringRef PassName) const inline

Whether we allow for extra compile-time budget to perform more analysis to be more informative.

This is useful to enable additional missed optimizations to be reported that are normally too noisy. In this mode, we can use the extra analysis (1) to filter trivial false positives or (2) to provide more context so that non-trivial false positives can be quickly detected by the user.

Definition at line 177 of file MachineOptimizationRemarkEmitter.h.

References PassName.

emit() [1/2]

emit() [2/2]

template<typename T>

void llvm::MachineOptimizationRemarkEmitter::emit ( T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr ) inline

getBFI()

invalidate()


The documentation for this class was generated from the following files: