LLVM 20.0.0git
|
An RAII based helper class to modify MachineFunctionProperties when running pass. More...
#include "llvm/CodeGen/MachinePassManager.h"
Public Member Functions | |
MFPropsModifier (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 42 of file MachinePassManager.h.
|
inline |
Definition at line 44 of file MachinePassManager.h.
References llvm::errs(), P, and llvm::report_fatal_error().
|
inline |
Definition at line 66 of file MachinePassManager.h.
References P.