Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1259 static const int ScoreFail = 0; member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics
1271 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1304 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1316 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1373 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1380 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1401 return LookAheadHeuristics::ScoreFail; in getShallowScore()
1447 ShallowScoreAtThisLevel == LookAheadHeuristics::ScoreFail || in getScoreAtLevelRec()
1481 if (TmpScore > LookAheadHeuristics::ScoreFail && in getScoreAtLevelRec()
2204 int Limit = LookAheadHeuristics::ScoreFail) { in findBestRootPair()