Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp71 struct SingleLoopExtractor : public LoopExtractor { struct
72 static char ID; // Pass identification, replacement for typeid
73 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp68 struct SingleLoopExtractor : public LoopExtractor { struct
69 static char ID; // Pass identification, replacement for typeid
70 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp97 struct SingleLoopExtractor : public LoopExtractorLegacyPass { struct
98 static char ID; // Pass identification, replacement for typeid
99 SingleLoopExtractor() : LoopExtractorLegacyPass(1) {} in SingleLoopExtractor() function