Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp189 bool ShouldExtractLoop = false; in runOnFunction() local
196 ShouldExtractLoop = true; in runOnFunction()
204 ShouldExtractLoop = true; in runOnFunction()
209 if (ShouldExtractLoop) in runOnFunction()