class RAIIDelegateInstaller
Declaration
class RAIIDelegateInstaller { /* full declaration omitted */ };
Description
A simple RAII based CSEInfo installer. Use this in a scope to install a delegate to the MachineFunction and reset it at the end of the scope.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h:107
Method Overview
- public RAIIDelegateInstaller(llvm::MachineFunction & MF, MachineFunction::Delegate * Del)
- public ~RAIIDelegateInstaller()
Methods
¶RAIIDelegateInstaller(
llvm::MachineFunction& MF,
MachineFunction::Delegate* Del)
RAIIDelegateInstaller(
llvm::MachineFunction& MF,
MachineFunction::Delegate* Del)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h:112
Parameters
¶~RAIIDelegateInstaller()
~RAIIDelegateInstaller()
Declared at: llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h:113