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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp925 /// The getScoreAtLevelRec(G1, G2) function will try to match the nodes at
938 int getScoreAtLevelRec(const std::pair<Value *, int> &LHS, function in class:llvm::slpvectorizer::BoUpSLP::VLOperands
989 int TmpScore = getScoreAtLevelRec({I1->getOperand(OpIdx1), Lane1},
1016 return getScoreAtLevelRec(LHS, RHS, 1, LookAheadMaxDepth);

Completed in 57 milliseconds