LLVM 22.0.0git
|
#include "llvm/CodeGen/BranchFoldingPass.h"
Public Member Functions | |
BranchFolderPass (bool EnableTailMerge) | |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
MachineFunctionProperties | getRequiredProperties () const |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 15 of file BranchFoldingPass.h.
|
inline |
Definition at line 19 of file BranchFoldingPass.h.
|
inline |
Definition at line 23 of file BranchFoldingPass.h.
PreservedAnalyses llvm::BranchFolderPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |