LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/LoopExtractor.h"
Public Member Functions | |
LoopExtractorPass (unsigned NumLoops=~0) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Member Functions inherited from llvm::PassInfoMixin< LoopExtractorPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopExtractorPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 23 of file LoopExtractor.h.
|
inline |
Definition at line 24 of file LoopExtractor.h.
void LoopExtractorPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 282 of file LoopExtractor.cpp.
References OS, and printPipeline().
Referenced by printPipeline().
PreservedAnalyses LoopExtractorPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 261 of file LoopExtractor.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserve().