Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp408 bool HoistingOutOfLoop = false; in computeWideningScore() local
417 HoistingOutOfLoop = true; in computeWideningScore()
433 return HoistingOutOfLoop ? WS_VeryPositive : WS_Positive; in computeWideningScore()
435 if (HoistingOutOfLoop) in computeWideningScore()