LLVM 22.0.0git
llvm::FreeMachineFunctionPass Class Reference

#include "llvm/CodeGen/MachineFunctionAnalysis.h"

Inheritance diagram for llvm::FreeMachineFunctionPass:
[legend]

Public Member Functions

LLVM_ABI PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< FreeMachineFunctionPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< FreeMachineFunctionPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 49 of file MachineFunctionAnalysis.h.

Member Function Documentation

◆ run()

PreservedAnalyses FreeMachineFunctionPass::run ( Function & F,
FunctionAnalysisManager & FAM )

Definition at line 53 of file MachineFunctionAnalysis.cpp.

References llvm::PreservedAnalyses::all(), F, and FAM.


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