llvm::MachineSSAUpdater::MachineSSAUpdater

MachineSSAUpdater constructor. If InsertedPHIs is specified, it will be filled in with all PHI Nodes created by rewriting.

Synopses

Declared in <llvm/CodeGen/MachineSSAUpdater.h>

Copy constructor

MachineSSAUpdater(MachineSSAUpdater const& other) = delete;
» more...

MachineSSAUpdater constructor. If InsertedPHIs is specified, it will be filled in with all PHI Nodes created by rewriting.

explicit
MachineSSAUpdater(
    MachineFunction& MF,
    SmallVectorImpl<MachineInstr*>* NewPHI = nullptr);
» more...