LLVM 22.0.0git
llvm::BlockExtractorPass Struct Reference

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

Inheritance diagram for llvm::BlockExtractorPass:
[legend]

Public Member Functions

LLVM_ABI BlockExtractorPass (std::vector< std::vector< BasicBlock * > > &&GroupsOfBlocks, bool EraseFunctions)
LLVM_ABI 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 25 of file BlockExtractor.h.

Constructor & Destructor Documentation

◆ BlockExtractorPass()

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

Definition at line 196 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: