LLVM 19.0.0git
Public Member Functions | List of all members
llvm::LowerTypeTestsPass Class Reference

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

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

Public Member Functions

 LowerTypeTestsPass ()
 
 LowerTypeTestsPass (ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary, bool DropTypeTests=false)
 
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 200 of file LowerTypeTests.h.

Constructor & Destructor Documentation

◆ LowerTypeTestsPass() [1/2]

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( )
inline

Definition at line 208 of file LowerTypeTests.h.

◆ LowerTypeTestsPass() [2/2]

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( ModuleSummaryIndex ExportSummary,
const ModuleSummaryIndex ImportSummary,
bool  DropTypeTests = false 
)
inline

Definition at line 209 of file LowerTypeTests.h.

Member Function Documentation

◆ run()

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

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