LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::LowerTypeTestsPass Class Reference

#include "llvm/Transforms/IPO/LowerTypeTests.h"

Inheritance diagram for llvm::LowerTypeTestsPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::LowerTypeTestsPass:
Collaboration graph
[legend]

Public Member Functions

 LowerTypeTestsPass (ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Public Attributes

ModuleSummaryIndexExportSummary
 
const ModuleSummaryIndexImportSummary
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< LowerTypeTestsPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 199 of file LowerTypeTests.h.

Constructor & Destructor Documentation

◆ LowerTypeTestsPass()

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( ModuleSummaryIndex ExportSummary,
const ModuleSummaryIndex ImportSummary 
)
inline

Definition at line 203 of file LowerTypeTests.h.

Member Function Documentation

◆ run()

PreservedAnalyses LowerTypeTestsPass::run ( Module M,
ModuleAnalysisManager AM 
)

Member Data Documentation

◆ ExportSummary

ModuleSummaryIndex* llvm::LowerTypeTestsPass::ExportSummary

Definition at line 201 of file LowerTypeTests.h.

◆ ImportSummary

const ModuleSummaryIndex* llvm::LowerTypeTestsPass::ImportSummary

Definition at line 202 of file LowerTypeTests.h.


The documentation for this class was generated from the following files: