llvm::sandboxir::InsertIntoBB

Tracks inserting an instruction into a basic block.

Synopsis

Declared in <llvm/SandboxIR/Tracker.h>

class InsertIntoBB final
    : public IRChangeBase

Base Classes

NameDescription
IRChangeBaseThe base class for IR Change classes.

Member Functions

NameDescription
InsertIntoBB [constructor]Construct a change that records newly inserted instruction InsertedI.
accept [virtual]Accept the insertion; nothing further to do.
dump dump overloads
revert [virtual]Remove the inserted instruction from its parent.