ΒΆtemplate <typename CGSCCPassT>
llvm::DevirtSCCRepeatedPass
createDevirtSCCRepeatedPass(CGSCCPassT&& Pass,
int MaxIterations)
template <typename CGSCCPassT>
llvm::DevirtSCCRepeatedPass
createDevirtSCCRepeatedPass(CGSCCPassT&& 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:581
Templates
- CGSCCPassT
Parameters
- CGSCCPassT&& Pass
- int MaxIterations