Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3583 bool AllConsecutive = true; in computeExtractCost() local
3596 AllConsecutive = true; in computeExtractCost()
3604 AllConsecutive &= PrevIdx + 1 == CurrentIdx && in computeExtractCost()
3607 if (AllConsecutive) in computeExtractCost()