Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp975 static const int ScoreFail = 0; member in llvm::slpvectorizer::BoUpSLP::VLOperands
988 return VLOperands::ScoreFail; in getShallowScore()
994 : VLOperands::ScoreFail; in getShallowScore()
1027 return VLOperands::ScoreFail; in getShallowScore()
1113 std::max((int)ScoreFail, getShallowScore(V1, V2, DL, SE) - in getScoreAtLevelRec()
1125 ShallowScoreAtThisLevel == VLOperands::ScoreFail || in getScoreAtLevelRec()
1160 if (TmpScore > VLOperands::ScoreFail && TmpScore > MaxTmpScore) { in getScoreAtLevelRec()