Searched refs:PtrToIdx (Results 1 – 1 of 1) sorted by relevance
15345 SmallDenseMap<const TreeEntry *, unsigned> PtrToIdx; in isGatherShuffledSingleRegisterEntry() local15347 PtrToIdx.try_emplace(Ptr2, EdgeIdx); in isGatherShuffledSingleRegisterEntry()15354 if (auto It = PtrToIdx.find(Ptr1); It != PtrToIdx.end()) in isGatherShuffledSingleRegisterEntry()