ΒΆtemplate <typename CGSCCPassT>
llvm::ModuleToPostOrderCGSCCPassAdaptor
createModuleToPostOrderCGSCCPassAdaptor(
    CGSCCPassT&& Pass)

Description

A function to deduce a function pass type and wrap it in the templated adaptor.

Declared at: llvm/include/llvm/Analysis/CGSCCPassManager.h:373

Templates

CGSCCPassT

Parameters

CGSCCPassT&& Pass