LLVM 22.0.0git
llvm::LowerTypeTestsPass Class Reference

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

Inheritance diagram for llvm::LowerTypeTestsPass:
[legend]

Public Member Functions

 LowerTypeTestsPass ()
 LowerTypeTestsPass (ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary, lowertypetests::DropTestKind DropTypeTests=lowertypetests::DropTestKind::None)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< LowerTypeTestsPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

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.

Detailed Description

Definition at line 205 of file LowerTypeTests.h.

Constructor & Destructor Documentation

◆ LowerTypeTestsPass() [1/2]

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( )
inline

Definition at line 214 of file LowerTypeTests.h.

◆ LowerTypeTestsPass() [2/2]

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( ModuleSummaryIndex * ExportSummary,
const ModuleSummaryIndex * ImportSummary,
lowertypetests::DropTestKind DropTypeTests = lowertypetests::DropTestKind::None )
inline

Definition at line 215 of file LowerTypeTests.h.

References llvm::lowertypetests::None.

Member Function Documentation

◆ run()

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

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