Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp39 struct LoopExtractor : public LoopPass { struct
40 static char ID; // Pass identification, replacement for typeid
41 unsigned NumLoops;
43 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()