Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15345 SmallDenseMap<const TreeEntry *, unsigned> PtrToIdx; in isGatherShuffledSingleRegisterEntry() local
15347 PtrToIdx.try_emplace(Ptr2, EdgeIdx); in isGatherShuffledSingleRegisterEntry()
15354 if (auto It = PtrToIdx.find(Ptr1); It != PtrToIdx.end()) in isGatherShuffledSingleRegisterEntry()