class FunctionImportPass

Declaration

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

Description

The function importing pass

Declared at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:123

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/FunctionImport.h:125

Parameters

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