class documentation

class Optimization(IntEnum): (source)

View In Hierarchy

Undocumented

Constant DEAD_BRANCHES Undocumented
Constant DEAD_FUNCTIONS Undocumented
Constant FOLD_CONSTANTS Undocumented
Constant MELD_INSTRUCTIONS Undocumented
DEAD_BRANCHES: int = (source)

Undocumented

Value
8
DEAD_FUNCTIONS: int = (source)

Undocumented

Value
1
FOLD_CONSTANTS: int = (source)

Undocumented

Value
2
MELD_INSTRUCTIONS: int = (source)

Undocumented

Value
4