Method AddFunctionInliningPass
AddFunctionInliningPass<T>(T)
Bottom-up inlining of functions into callees.
Declaration
public static T AddFunctionInliningPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
Parameters
public static T AddFunctionInliningPass<T>([ValidatedNotNull] this T passManager)
where T : PassManager
T | passManager | Pass manager to add the pass to |
Returns
T |
|
Type Parameters
T | PassManager type |