MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetOptimizationCount

Function GetOptimizationCount

NULLC/CodeGen_X86.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142unsigned int optiCount = 0;
143unsigned int GetOptimizationCount()
144{
145 return optiCount;
146}
147
148#ifdef NULLC_OPTIMIZE_X86
149void KILL_REG_IMPL(x86Reg reg)

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected