llvm::MachineSSAUpdater::MachineSSAUpdater

Constructors

Synopses

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...

Parameters

NameDescription
OtherUnused; copy construction is deleted.
MFMachine function whose SSA form is updated.
NewPHIOptional list that receives newly inserted PHI nodes.