Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp194 bool ShouldExtractLoop = false; in runOnFunction() local
201 ShouldExtractLoop = true; in runOnFunction()
209 ShouldExtractLoop = true; in runOnFunction()
214 if (ShouldExtractLoop) in runOnFunction()