Home
last modified time | relevance | path

Searched defs:InstrListElemDenseMapInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1403 struct InstrListElemDenseMapInfo { in gatherChains() struct
1404 using PtrInfo = DenseMapInfo<InstrListElem *>; in gatherChains()
1405 using IInfo = DenseMapInfo<Instruction *>; in gatherChains()
1406 static InstrListElem *getEmptyKey() { return PtrInfo::getEmptyKey(); } in gatherChains()
1407 static InstrListElem *getTombstoneKey() { in gatherChains()
1410 static unsigned getHashValue(const InstrListElem *E) { in gatherChains()
1413 static bool isEqual(const InstrListElem *A, const InstrListElem *B) { in gatherChains()