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

Method observesAddr

ir/memory.cpp:2876–2878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2874}
2875
2876void Memory::observesAddr(const Pointer &ptr) {
2877 escape_helper(ptr(), observed_addrs);
2878}
2879
2880Memory Memory::mkIf(const expr &cond, Memory &&then, Memory &&els) {
2881 assert(then.state == els.state);

Callers 1

toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected