LLVM 22.0.0git
|
An RAII based helper class to modify MachineFunctionProperties when running pass. More...
#include "llvm/CodeGen/MachinePassManager.h"
Public Member Functions | |
MFPropsModifier (const PassT &P_, MachineFunction &MF_) | |
~MFPropsModifier () |
An RAII based helper class to modify MachineFunctionProperties when running pass.
Define a MFPropsModifier in PassT::run to set MachineFunctionProperties properly.
Definition at line 40 of file MachinePassManager.h.
|
inline |
Definition at line 42 of file MachinePassManager.h.
References llvm::errs(), P_, and llvm::report_fatal_error().
|
inline |
Definition at line 64 of file MachinePassManager.h.