LLVM 24.0.0git
llvm::FuncletLayoutPass Class Reference

#include "llvm/CodeGen/FuncletLayout.h"

Inheritance diagram for llvm::FuncletLayoutPass:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 16 of file FuncletLayout.h.

Member Function Documentation

◆ getRequiredProperties()

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

Definition at line 21 of file FuncletLayout.h.

◆ run()

LLVM_ABI PreservedAnalyses llvm::FuncletLayoutPass::run ( MachineFunction & MF,
MachineFunctionAnalysisManager & MFAM )

References LLVM_ABI.


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