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

Function skip_null

ir/memory.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41//--- Functions for non-local block analysis based on bid ---//
42
43static bool skip_null() {
44 return has_null_block && !null_is_dereferenceable;
45}
46
47// If include_tgt is true, return true if bid is a global var existing in target
48// only as well

Callers 2

MemoryMethod · 0.85
mkAxiomsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected