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