Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp267 unsigned PrevScore = ~0u; in getBest() local
273 if (PrevScore == ~0u) in getBest()
274 PrevScore = Score; in getBest()
275 if (PrevScore != Score) in getBest()
277 PrevScore = Score; in getBest()