Searched refs:LoopExtractor (Results 1 – 2 of 2) sorted by relevance
38 struct LoopExtractor : public LoopPass { struct42 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument58 char LoopExtractor::ID = 0;59 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",64 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",69 struct SingleLoopExtractor : public LoopExtractor {71 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor()82 Pass *llvm::createLoopExtractorPass() { return new LoopExtractor(); } in createLoopExtractorPass()84 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
1292 SRCS_MIN+= Transforms/IPO/LoopExtractor.cpp