struct WholeProgramDevirtPass

Declaration

struct WholeProgramDevirtPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.

Declared at: llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h:224

Inherits from: PassInfoMixin

Member Variables

public llvm::ModuleSummaryIndex* ExportSummary
public const llvm::ModuleSummaryIndex* ImportSummary
public bool UseCommandLine = false

Method Overview

Methods

WholeProgramDevirtPass()

Declared at: llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h:228

WholeProgramDevirtPass(
    llvm::ModuleSummaryIndex* ExportSummary,
    const llvm::ModuleSummaryIndex* ImportSummary)

Declared at: llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h:230

Parameters

llvm::ModuleSummaryIndex* ExportSummary
const llvm::ModuleSummaryIndex* ImportSummary

llvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager&)

Declared at: llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h:235

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager&