Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()