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

Method numLocals

ir/memory.cpp:921–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921unsigned Memory::numLocals() const {
922 return state->isSource() ? num_locals_src : num_locals_tgt;
923}
924
925unsigned Memory::numNonlocals() const {
926 return state->isSource() ? num_nonlocals_src : num_nonlocals;

Callers 9

AliasSetMethod · 0.80
refinedMethod · 0.80
mkIfMethod · 0.80
memory.cppFile · 0.80
PointerMethod · 0.80
mkUndefMethod · 0.80
isLocalMethod · 0.80
isDereferenceableMethod · 0.80

Calls 1

isSourceMethod · 0.80

Tested by

no test coverage detected