Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2183 static const int ScoreFail = 0; member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics
2195 return LookAheadHeuristics::ScoreFail; in getShallowScore()
2230 return LookAheadHeuristics::ScoreFail; in getShallowScore()
2384 ShallowScoreAtThisLevel == LookAheadHeuristics::ScoreFail || in getScoreAtLevelRec()
2418 if (TmpScore > LookAheadHeuristics::ScoreFail && in getScoreAtLevelRec()
3257 int Limit = LookAheadHeuristics::ScoreFail) const { in findBestRootPair()