Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1087 static const int ScoreConsecutiveExtracts = 4; member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics
1171 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1179 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1181 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1192 return (Dist > 0) ? LookAheadHeuristics::ScoreConsecutiveExtracts in getShallowScore()