Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsSet
Method
IsSet
IDEHelper/Backend/BeMCContext.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool BeVTrackingBits::IsSet(int idx)
114
{
115
return IS_BIT_SET_32((uint32*)this, idx);
116
}
117
118
void BeVTrackingBits::Set(int idx)
119
{
Callers
13
GenerateRegCosts
Method · 0.45
IsLive
Method · 0.45
MarkLive
Method · 0.45
GenerateLiveness
Method · 0.45
InitializedPassHelper
Method · 0.45
DoInitInjectionPass
Method · 0.45
DoInitializedPass
Method · 0.45
DoInstCombinePass
Method · 0.45
DoLegalization
Method · 0.45
DoSanityChecking
Method · 0.45
DoRegFinalization
Method · 0.45
DoCodeEmission
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected