Searched refs:LoopExtractorLegacyPass (Results 1 – 1 of 1) sorted by relevance
36 struct LoopExtractorLegacyPass : public ModulePass { struct41 explicit LoopExtractorLegacyPass(unsigned NumLoops = ~0) in LoopExtractorLegacyPass() function85 char LoopExtractorLegacyPass::ID = 0;86 INITIALIZE_PASS_BEGIN(LoopExtractorLegacyPass, "loop-extract",92 INITIALIZE_PASS_END(LoopExtractorLegacyPass, "loop-extract",97 struct SingleLoopExtractor : public LoopExtractorLegacyPass {99 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor()110 Pass *llvm::createLoopExtractorPass() { return new LoopExtractorLegacyPass(); } in createLoopExtractorPass()112 bool LoopExtractorLegacyPass::runOnModule(Module &M) { in runOnModule()