Home
last modified time | relevance | path

Searched defs:SingleLoopExtractor (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.cpp71 struct SingleLoopExtractor : public LoopExtractor { struct
72 static char ID; // Pass identification, replacement for typeid
73 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function