class IPSCCPPass

Declaration

class IPSCCPPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Pass to perform interprocedural constant propagation.

Declared at: llvm/include/llvm/Transforms/IPO/SCCP.h:30

Inherits from: PassInfoMixin

Method Overview

  • public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)

Methods

ΒΆllvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager& AM)

Declared at: llvm/include/llvm/Transforms/IPO/SCCP.h:32

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager& AM