Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp106 bool ShouldExtractLoop = false; in runOnLoop() local
114 ShouldExtractLoop = true; in runOnLoop()
122 ShouldExtractLoop = true; in runOnLoop()
127 if (ShouldExtractLoop) { in runOnLoop()
136 ShouldExtractLoop = false; in runOnLoop()
141 if (ShouldExtractLoop) { in runOnLoop()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp103 bool ShouldExtractLoop = false; in runOnLoop() local
111 ShouldExtractLoop = true; in runOnLoop()
119 ShouldExtractLoop = true; in runOnLoop()
124 if (ShouldExtractLoop) { in runOnLoop()
133 ShouldExtractLoop = false; in runOnLoop()
138 if (ShouldExtractLoop) { in runOnLoop()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp194 bool ShouldExtractLoop = false; in runOnFunction() local
201 ShouldExtractLoop = true; in runOnFunction()
209 ShouldExtractLoop = true; in runOnFunction()
214 if (ShouldExtractLoop) in runOnFunction()