Searched refs:LoopExtractor (Results 1 – 3 of 3) sorted by relevance
37 struct LoopExtractor : public LoopPass { struct41 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument56 char LoopExtractor::ID = 0;57 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",62 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",67 struct SingleLoopExtractor : public LoopExtractor {69 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor()80 Pass *llvm::createLoopExtractorPass() { return new LoopExtractor(); } in createLoopExtractorPass()82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
16 LoopExtractor.cpp
23 LoopExtractor.cpp \