Home
last modified time | relevance | path

Searched defs:SingleLoopExtractor (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp67 struct SingleLoopExtractor : public LoopExtractor { struct
68 static char ID; // Pass identification, replacement for typeid
69 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() argument