Searched defs:SingleLoopExtractor (Results 1 – 3 of 3) sorted by relevance
71 struct SingleLoopExtractor : public LoopExtractor { struct72 static char ID; // Pass identification, replacement for typeid73 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
68 struct SingleLoopExtractor : public LoopExtractor { struct69 static char ID; // Pass identification, replacement for typeid70 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
97 struct SingleLoopExtractor : public LoopExtractorLegacyPass { struct98 static char ID; // Pass identification, replacement for typeid99 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor() function