Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp411 bool HoistingOutOfLoop = false; in computeWideningScore() local
420 HoistingOutOfLoop = true; in computeWideningScore()
436 return HoistingOutOfLoop ? WS_VeryPositive : WS_Positive; in computeWideningScore()
438 if (HoistingOutOfLoop) in computeWideningScore()