Searched refs:SingleLoopExtractor (Results 1 – 2 of 2) sorted by relevance
68 struct SingleLoopExtractor : public LoopExtractor { struct70 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function74 char SingleLoopExtractor::ID = 0;75 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",158 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()
66 struct SingleLoopExtractor : public LoopExtractor { struct68 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function72 char SingleLoopExtractor::ID = 0;73 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",151 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()