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

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

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

Public Member Functions

 BlockExtractorPass (std::vector< std::vector< BasicBlock * > > &&GroupsOfBlocks, bool EraseFunctions)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< BlockExtractorPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

Definition at line 24 of file BlockExtractor.h.

Constructor & Destructor Documentation

◆ BlockExtractorPass()

BlockExtractorPass::BlockExtractorPass ( std::vector< std::vector< BasicBlock * > > &&  GroupsOfBlocks,
bool  EraseFunctions 
)

Definition at line 198 of file BlockExtractor.cpp.

Member Function Documentation

◆ run()

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

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