MCPcopy Create free account
hub / github.com/beefytech/Beef / Clear

Method Clear

IDEHelper/Backend/BeMCContext.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void BeVTrackingBits::Clear(int idx)
125{
126 uint32* bits = (uint32*)this;
127 bits[(idx) / 32] &= ~(1 << (idx % 32));
128}
129
130BeVTrackingContext::BeVTrackingContext(BeMCContext* mcContext)
131{

Callers 7

GenerateLivenessMethod · 0.45
GenerateVRegInitFlagsMethod · 0.45
DoSplitLargeBlocksMethod · 0.45
DoInstCombinePassMethod · 0.45
DoRegAssignPassMethod · 0.45
DoBlockCombineMethod · 0.45
DoRegFinalizationMethod · 0.45

Calls 2

push_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected