Method AddScalarReplAggregatesPassWithThreshold
AddScalarReplAggregatesPassWithThreshold<T>(T, Int32)
Adds a Scalar Replacement of Aggregates pass to the manager
Declaration
public static T AddScalarReplAggregatesPassWithThreshold<T>([ValidatedNotNull] this T passManager, int threshold)
where T : PassManager
Parameters
public static T AddScalarReplAggregatesPassWithThreshold<T>([ValidatedNotNull] this T passManager, int threshold)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Int32 | threshold | Threshold for this pass |
Returns
T |
|
Type Parameters
T | Type of pass manager to add the pass to |