LLVM 24.0.0git
llvm::LegalizerPass Class Reference

#include "llvm/CodeGen/GlobalISel/Legalizer.h"

Inheritance diagram for llvm::LegalizerPass:
[legend]

Public Member Functions

PreservedAnalyses run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
MachineFunctionProperties getRequiredProperties () const
MachineFunctionProperties getSetProperties () const
MachineFunctionProperties getClearedProperties () const
Public Member Functions inherited from llvm::PassInfoMixin< LegalizerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::RequiredPassInfoMixin< LegalizerPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< LegalizerPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::detail::InfoMixin< LegalizerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 80 of file Legalizer.h.

Member Function Documentation

◆ getClearedProperties()

MachineFunctionProperties llvm::LegalizerPass::getClearedProperties ( ) const
inline

Definition at line 93 of file Legalizer.h.

◆ getRequiredProperties()

MachineFunctionProperties llvm::LegalizerPass::getRequiredProperties ( ) const
inline

Definition at line 85 of file Legalizer.h.

◆ getSetProperties()

MachineFunctionProperties llvm::LegalizerPass::getSetProperties ( ) const
inline

Definition at line 89 of file Legalizer.h.

◆ run()


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