Searched refs:NeighborMightBeIgnored (Results 1 – 1 of 1) sorted by relevance
11206 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()