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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp812 static const int ScoreFail = 0; member in class:llvm::slpvectorizer::BoUpSLP::VLOperands
826 : VLOperands::ScoreFail;
858 return VLOperands::ScoreFail;
920 /// {A[0],C[0]} has a score of VLOperands::ScoreFail.
936 std::max((int)ScoreFail, getShallowScore(V1, V2, DL, SE) -
948 ShallowScoreAtThisLevel == VLOperands::ScoreFail ||
983 if (TmpScore > VLOperands::ScoreFail && TmpScore > MaxTmpScore) {

Completed in 124 milliseconds