20 std::unique_ptr<rvsdg::Operation>
23 return std::make_unique<DeltaOperation>(*
this);
30 return op && op->
name_ == name_ && op->linkage_ == linkage_ && op->constant() == constant()
31 && op->Section_ == Section_ && *op->Type() == *Type();
bool operator==(const Operation &other) const noexcept override
std::unique_ptr< Operation > copy() const override
~DeltaOperation() noexcept override
Global memory state passed between functions.
static std::string strfmt(Args... args)