Searched refs:LoopExtractorLegacyPass (Results 1 – 1 of 1) sorted by relevance
41 struct LoopExtractorLegacyPass : public ModulePass { struct46 explicit LoopExtractorLegacyPass(unsigned NumLoops = ~0) in LoopExtractorLegacyPass() argument90 char LoopExtractorLegacyPass::ID = 0;91 INITIALIZE_PASS_BEGIN(LoopExtractorLegacyPass, "loop-extract",97 INITIALIZE_PASS_END(LoopExtractorLegacyPass, "loop-extract",102 struct SingleLoopExtractor : public LoopExtractorLegacyPass {104 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor()115 Pass *llvm::createLoopExtractorPass() { return new LoopExtractorLegacyPass(); } in createLoopExtractorPass()117 bool LoopExtractorLegacyPass::runOnModule(Module &M) { in runOnModule()