Searched defs:SingleLoopExtractor (Results 1 – 1 of 1) sorted by relevance
97 struct SingleLoopExtractor : public LoopExtractorLegacyPass { struct98 static char ID; // Pass identification, replacement for typeid99 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor() argument