Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2169 static const int ScoreConsecutiveExtracts = 4; member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics
2279 ? LookAheadHeuristics::ScoreConsecutiveExtracts in getShallowScore()
2288 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
2290 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
2301 return (Dist > 0) ? LookAheadHeuristics::ScoreConsecutiveExtracts in getShallowScore()