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

Method totalBits

ir/pointer.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170unsigned Pointer::totalBits() {
171 return max(total_bits_logical(), total_bits_physical());
172}
173
174unsigned Pointer::bitsShortBid() {
175 return bits_for_bid - hasLocalBit();

Callers

nothing calls this directly

Calls 2

total_bits_logicalFunction · 0.85
total_bits_physicalFunction · 0.85

Tested by

no test coverage detected