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

Function mk_liveness_array

ir/memory.cpp:1425–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425static expr mk_liveness_array() {
1426 if (!num_nonlocals)
1427 return {};
1428
1429 // consider all non_locals are initially alive
1430 // block size can still be 0 to invalidate accesses
1431 return expr::mkInt(-1, num_nonlocals);
1432}
1433
1434expr Memory::mkSubByteZExtStoreCond(const Byte &val, const Byte &val2) const {
1435 bool mk_axiom = &val == &val2;

Callers 2

MemoryMethod · 0.85
mkCallStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected