--oo_dead_code_elimination
Description
Extended parameter for debugging. It cannot be used in commercial products and will be released as a formal function in later versions.
Enables dead-edge elimination optimization.
Dead-edge elimination: When pred (input 1) of a switch statement is a constant node, one of the branches can be eliminated based on the value of const. If const is true, the false branch is eliminated; if const is false, the true branch is eliminated.
See Also
None
Argument
- true (default): enabled.
- false: disabled.
Suggestions and Benefits
None
Example
--oo_dead_code_elimination=true
Applicability
Restrictions
None
Parent topic: Model Tuning Options