|
LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/BlockExtractor.h"
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. | |
Definition at line 25 of file BlockExtractor.h.
| BlockExtractorPass::BlockExtractorPass | ( | std::vector< std::vector< BasicBlock * > > && | GroupsOfBlocks, |
| bool | EraseFunctions ) |
Definition at line 196 of file BlockExtractor.cpp.
| PreservedAnalyses BlockExtractorPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM ) |
Definition at line 201 of file BlockExtractor.cpp.
References llvm::PreservedAnalyses::all(), and llvm::PreservedAnalyses::none().