LLVM 22.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::MachineBlockPlacementPass Class Reference

#include "llvm/CodeGen/MachineBlockPlacement.h"

Inheritance diagram for llvm::MachineBlockPlacementPass:
[legend]

Public Member Functions

 MachineBlockPlacementPass (bool AllowTailMerge)
 
PreservedAnalyses run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
 
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) const
 
- Public Member Functions inherited from llvm::PassInfoMixin< MachineBlockPlacementPass >
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< MachineBlockPlacementPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 16 of file MachineBlockPlacement.h.

Constructor & Destructor Documentation

◆ MachineBlockPlacementPass()

llvm::MachineBlockPlacementPass::MachineBlockPlacementPass ( bool  AllowTailMerge)
inline

Definition at line 22 of file MachineBlockPlacement.h.

Member Function Documentation

◆ isRequired()

static bool llvm::MachineBlockPlacementPass::isRequired ( )
inlinestatic

Definition at line 26 of file MachineBlockPlacement.h.

◆ printPipeline()

void MachineBlockPlacementPass::printPipeline ( raw_ostream OS,
function_ref< StringRef(StringRef)>  MapClassName2PassName 
) const

◆ run()

PreservedAnalyses MachineBlockPlacementPass::run ( MachineFunction MF,
MachineFunctionAnalysisManager MFAM 
)

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