MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / addAggregate

Method addAggregate

ir/function.cpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void Function::addAggregate(unique_ptr<AggregateValue> &&a) {
284 aggregates.emplace_back(std::move(a));
285}
286
287void Function::addInput(unique_ptr<Value> &&i) {
288 assert(dynamic_cast<Input *>(i.get()) ||

Callers 2

dup_aggregateFunction · 0.80
get_operandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected