Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1236 static const int ScoreConsecutiveExtracts = 4; member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics
1332 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1340 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1342 return LookAheadHeuristics::ScoreConsecutiveExtracts; in getShallowScore()
1353 return (Dist > 0) ? LookAheadHeuristics::ScoreConsecutiveExtracts in getShallowScore()