ΒΆtemplate <typename PassT>
DevirtSCCRepeatedPass<PassT>
createDevirtSCCRepeatedPass(PassT Pass,
                            int MaxIterations)

Description

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

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

Templates

PassT

Parameters

PassT Pass
int MaxIterations