Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1868 int SplatScore = getSplatScore(Lane, OpIdx, Idx); in getLookAheadScore() local
1869 if (Score <= -SplatScore) { in getLookAheadScore()
1874 Score += SplatScore; in getLookAheadScore()