Method AddLoopIdiomPass
AddLoopIdiomPass<T>(T)
Adds a Loop Idiom pass to the manager
Declaration
public static T AddLoopIdiomPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddLoopIdiomPass<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 |