Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2619 int SplatScore = getSplatScore(Lane, OpIdx, Idx, UsedLanes); in getLookAheadScore() local
2620 if (Score <= -SplatScore) { in getLookAheadScore()
2624 Score += SplatScore; in getLookAheadScore()