class CalledValuePropagationPass

Declaration

class CalledValuePropagationPass : 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/CalledValuePropagation.h:27

Inherits from: PassInfoMixin

Method Overview

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

Methods

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

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

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager&