Method AddAlwaysInlinerPass
AddAlwaysInlinerPass<T>(T)
A custom inliner that handles only functions that are marked as “always inline”.
Declaration
public static T AddAlwaysInlinerPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddAlwaysInlinerPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | PassManager type |