Searched refs:SingleLoopExtractor (Results 1 – 1 of 1) sorted by relevance
102 struct SingleLoopExtractor : public LoopExtractorLegacyPass { struct104 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor() argument108 char SingleLoopExtractor::ID = 0;109 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",263 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()