BasicBlock(const BasicBlock&) delete |
BasicBlock(int id_) |
void | AddInstruction(Instruction* instruction) |
int | Id() const |
bool | IsEmpty() const |
void | SetId(int id_) |
void | Write(CodeFormatter& formatter, Function& function, Context& context) |
BasicBlock& | operator=(const BasicBlock&) delete |
int | id |
std::vector<std::unique_ptr<Instruction>> | instructions |