LLVM 22.0.0git
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()

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

Definition at line 3560 of file MachineBlockPlacement.cpp.

References name.

◆ run()


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