llvm::BlockExtractorPass

Pass that extracts specified basic blocks into their own functions.

Synopsis

Declared in <llvm/Transforms/IPO/BlockExtractor.h>

struct BlockExtractorPass
    : OptionalPassInfoMixin<BlockExtractorPass>

Base Classes

NameDescription
OptionalPassInfoMixin<BlockExtractorPass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
BlockExtractorPass [constructor]Construct a block-extractor pass.
run Run block extraction over the given module.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.