Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void BeVTrackingBits::Clear(int idx)
125
{
126
uint32* bits = (uint32*)this;
127
bits[(idx) / 32] &= ~(1 << (idx % 32));
128
}
129
130
BeVTrackingContext::BeVTrackingContext(BeMCContext* mcContext)
131
{
Callers
7
GenerateLiveness
Method · 0.45
GenerateVRegInitFlags
Method · 0.45
DoSplitLargeBlocks
Method · 0.45
DoInstCombinePass
Method · 0.45
DoRegAssignPass
Method · 0.45
DoBlockCombine
Method · 0.45
DoRegFinalization
Method · 0.45
Calls
2
push_back
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected