Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp69 struct SingleLoopExtractor : public LoopExtractor { struct
71 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
75 char SingleLoopExtractor::ID = 0;
76 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
160 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp68 struct SingleLoopExtractor : public LoopExtractor { struct
70 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() function
74 char SingleLoopExtractor::ID = 0;
75 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
158 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp66 struct SingleLoopExtractor : public LoopExtractor { struct
68 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor() argument
72 char SingleLoopExtractor::ID = 0;
73 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
151 return new SingleLoopExtractor(); in createSingleLoopExtractorPass()