Searched refs:SingleLoopExtractor (Results 1 – 3 of 3) sorted by relevance
71 struct SingleLoopExtractor : public LoopExtractor { struct73 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function77 char SingleLoopExtractor::ID = 0;78 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",167 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()
97 struct SingleLoopExtractor : public LoopExtractorLegacyPass { struct99 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor() function103 char SingleLoopExtractor::ID = 0;104 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",258 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()
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()