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

Method addUndef

ir/function.cpp:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void Function::addUndef(unique_ptr<UndefValue> &&u) {
280 undefs.emplace_back(std::move(u));
281}
282
283void Function::addAggregate(unique_ptr<AggregateValue> &&a) {
284 aggregates.emplace_back(std::move(a));

Callers 2

alive_parser.cppFile · 0.80
get_operandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected