Searched refs:NeighborMightBeIgnored (Results 1 – 1 of 1) sorted by relevance
9615 auto NeighborMightBeIgnored = [&](Value *V, int Idx) { in isGatherShuffledSingleRegisterEntry() local9639 ((I > 0 && NeighborMightBeIgnored(V, I - 1)) || in isGatherShuffledSingleRegisterEntry()9640 (I != E - 1 && NeighborMightBeIgnored(V, I + 1))))) in isGatherShuffledSingleRegisterEntry()