LLVM 23.0.0git
llvm::DropTypeTestsPass Class Reference

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

Inheritance diagram for llvm::DropTypeTestsPass:
[legend]

Public Member Functions

 DropTypeTestsPass (lowertypetests::DropTestKind Kind=lowertypetests::DropTestKind::Assume)
LLVM_ABI void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< DropTypeTestsPass >
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< DropTypeTestsPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 219 of file LowerTypeTests.h.

Constructor & Destructor Documentation

◆ DropTypeTestsPass()

llvm::DropTypeTestsPass::DropTypeTestsPass ( lowertypetests::DropTestKind Kind = lowertypetests::DropTestKind::Assume)
inlineexplicit

Definition at line 223 of file LowerTypeTests.h.

References llvm::lowertypetests::Assume.

Member Function Documentation

◆ isRequired()

bool llvm::DropTypeTestsPass::isRequired ( )
inlinestatic

Definition at line 226 of file LowerTypeTests.h.

◆ printPipeline()

void DropTypeTestsPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 2495 of file LowerTypeTests.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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