Constructors
Declared in <llvm/CodeGen/MachineSSAUpdater.h>
Deleted copy constructor; MachineSSAUpdater is not copyable.
MachineSSAUpdater(MachineSSAUpdater const& Other) = delete;
» more...
Construct an updater for MF.
explicit
MachineSSAUpdater(
MachineFunction& MF,
SmallVectorImpl<MachineInstr*>* NewPHI = nullptr);
» more...
| Name | Description |
|---|---|
| Other | Unused; copy construction is deleted. |
| MF | Machine function whose SSA form is updated. |
| NewPHI | Optional list that receives newly inserted PHI nodes. |