Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp202 static bool areConsecutiveOrMatch(VPInstruction *A, VPInstruction *B, in areConsecutiveOrMatch() function
227 return (unsigned)areConsecutiveOrMatch(I1, I2, IAI); in getLAScore()
251 if (areConsecutiveOrMatch(LastI, CandidateI, IAI)) { in getBest()