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

Method AliasSet

ir/memory.cpp:723–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721namespace IR {
722
723Memory::AliasSet::AliasSet(const Memory &m)
724 : local(m.numLocals(), false), non_local(m.numNonlocals(), false) {}
725
726Memory::AliasSet::AliasSet(const Memory &m1, const Memory &m2)
727 : local(max(m1.numLocals(), m2.numLocals()), false),

Callers

nothing calls this directly

Calls 2

numLocalsMethod · 0.80
numNonlocalsMethod · 0.80

Tested by

no test coverage detected