enum WholeProgramDevirtResolution::Kind
Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:829
Enumerators
Name | Value | Comment |
---|---|---|
Indir | 0 | Just do a regular virtual call |
SingleImpl | 1 | Single implementation devirtualization |
BranchFunnel | 2 | When retpoline mitigation is enabled, use a branch funnel that is defined in the merged module. Otherwise same as Indir. |