Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11206 auto NeighborMightBeIgnored = [&](Value *V, int Idx) { in isGatherShuffledSingleRegisterEntry() local
11230 ((I > 0 && NeighborMightBeIgnored(V, I - 1)) || in isGatherShuffledSingleRegisterEntry()
11231 (I != E - 1 && NeighborMightBeIgnored(V, I + 1))))) in isGatherShuffledSingleRegisterEntry()