LLVM 23.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)
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)

Static Public Member Functions

static bool isRequired ()
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 204 of file LowerTypeTests.h.

Constructor & Destructor Documentation

◆ LowerTypeTestsPass() [1/2]

llvm::LowerTypeTestsPass::LowerTypeTestsPass ( )
inline

Definition at line 211 of file LowerTypeTests.h.

◆ LowerTypeTestsPass() [2/2]

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

Definition at line 212 of file LowerTypeTests.h.

Member Function Documentation

◆ isRequired()

bool llvm::LowerTypeTestsPass::isRequired ( )
inlinestatic

Definition at line 215 of file LowerTypeTests.h.

◆ run()

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

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