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

Function always_noread

ir/memory.cpp:101–104  ·  view source on GitHub ↗

bid: nonlocal block id

Source from the content-addressed store, hash-verified

99
100// bid: nonlocal block id
101static bool always_noread(unsigned bid, bool is_fncall_accessible = false) {
102 return (!null_is_dereferenceable && bid < has_null_block) ||
103 (!is_fncall_accessible && is_fncall_mem(bid));
104}
105
106// bid: nonlocal block id
107static bool always_nowrite(unsigned bid, bool src_only = false,

Callers 2

always_nowriteFunction · 0.85
mayaliasMethod · 0.85

Calls 1

is_fncall_memFunction · 0.85

Tested by

no test coverage detected