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

Method isNoRead

ir/pointer.cpp:905–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903 return p.extract(idx_, idx_) == 1;
904
905expr Pointer::isNoRead() const {
906 GET_ATTR(has_noread, (unsigned)has_nocapture);
907}
908
909expr Pointer::isNoWrite() const {
910 GET_ATTR(has_nowrite, (unsigned)has_nocapture + (unsigned)has_noread);

Callers 2

computeAliasingMethod · 0.80
isDereferenceableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected