Method AddConstantMergePass
AddConstantMergePass<T>(T)
Merges duplicate global constants together into a single constant that is shared.
Declaration
public static T AddConstantMergePass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddConstantMergePass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | PassManager type |