Method AddAggressiveDCEPass
AddAggressiveDCEPass<T>(T)
Adds an Aggressive Dead Code Elimination (DCE) pass to the manager
Declaration
public static T AddAggressiveDCEPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddAggressiveDCEPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | Type of pass manager to add the pass to |