MCPcopy 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
113bool BeVTrackingBits::IsSet(int idx)
114{
115 return IS_BIT_SET_32((uint32*)this, idx);
116}
117
118void BeVTrackingBits::Set(int idx)
119{

Callers 13

GenerateRegCostsMethod · 0.45
IsLiveMethod · 0.45
MarkLiveMethod · 0.45
GenerateLivenessMethod · 0.45
InitializedPassHelperMethod · 0.45
DoInitInjectionPassMethod · 0.45
DoInitializedPassMethod · 0.45
DoInstCombinePassMethod · 0.45
DoLegalizationMethod · 0.45
DoSanityCheckingMethod · 0.45
DoRegFinalizationMethod · 0.45
DoCodeEmissionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected