Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3552 bool AllConsecutive = true; in computeExtractCost() local
3565 AllConsecutive = true; in computeExtractCost()
3573 AllConsecutive &= PrevIdx + 1 == CurrentIdx && in computeExtractCost()
3576 if (AllConsecutive) in computeExtractCost()