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

Method size

ir/memory.cpp:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728 non_local(max(m1.numNonlocals(), m2.numNonlocals()), false) {}
729
730size_t Memory::AliasSet::size(bool islocal) const {
731 return (islocal ? local : non_local).size();
732}
733
734int Memory::AliasSet::isFullUpToAlias(bool islocal) const {
735 auto &v = islocal ? local : non_local;

Callers 15

string_crcFunction · 0.45
mainFunction · 0.45
getValMethod · 0.45
randomIntMethod · 0.45
getWidthMethod · 0.45
goMethod · 0.45
mainFunction · 0.45
alive_parser.cppFile · 0.45
instantiate_undefFunction · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected