Searched defs:InstrListElemDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
1403 struct InstrListElemDenseMapInfo { in gatherChains() struct1404 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()