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