Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp343 bool HoistingOutOfLoop = false; in computeWideningScore() local
350 HoistingOutOfLoop = true; in computeWideningScore()
361 return HoistingOutOfLoop ? WS_VeryPositive : WS_Positive; in computeWideningScore()
363 if (HoistingOutOfLoop) in computeWideningScore()