Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11197 auto MightBeIgnored = [=](Value *V) { in isGatherShuffledSingleRegisterEntry() local
11212 return V != V1 && MightBeIgnored(V1) && !UsedInSameVTE && in isGatherShuffledSingleRegisterEntry()
11229 if (isConstant(V) || (MightBeIgnored(V) && in isGatherShuffledSingleRegisterEntry()