LLVM 19.0.0git
Public Member Functions | List of all members
llvm::LoopExtractorPass Struct Reference

#include "llvm/Transforms/IPO/LoopExtractor.h"

Inheritance diagram for llvm::LoopExtractorPass:
Inheritance graph
[legend]

Public Member Functions

 LoopExtractorPass (unsigned NumLoops=~0)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 
- Public Member Functions inherited from llvm::PassInfoMixin< LoopExtractorPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file LoopExtractor.h.

Constructor & Destructor Documentation

◆ LoopExtractorPass()

llvm::LoopExtractorPass::LoopExtractorPass ( unsigned  NumLoops = ~0)
inline

Definition at line 24 of file LoopExtractor.h.

Member Function Documentation

◆ printPipeline()

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

Definition at line 282 of file LoopExtractor.cpp.

References OS, and printPipeline().

Referenced by printPipeline().

◆ run()

PreservedAnalyses LoopExtractorPass::run ( Module M,
ModuleAnalysisManager AM 
)

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