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

Function total_bits_physical

ir/pointer.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23static unsigned total_bits_physical() {
24 return hasLogicalBit() * (1 + bits_for_ptrattrs + bits_ptr_address);
25}
26
27static unsigned padding_logical() {
28 auto l = total_bits_logical();

Callers 3

padding_logicalFunction · 0.85
padding_physicalFunction · 0.85
totalBitsMethod · 0.85

Calls 1

hasLogicalBitFunction · 0.85

Tested by

no test coverage detected