Searched refs:InstrListElem (Results 1 – 1 of 1) sorted by relevance
1398 struct InstrListElem : ilist_node<InstrListElem>, in gatherChains() struct1400 explicit InstrListElem(Instruction *I) in gatherChains() argument1404 using PtrInfo = DenseMapInfo<InstrListElem *>; 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()1421 SpecificBumpPtrAllocator<InstrListElem> Allocator; in gatherChains()1422 simple_ilist<InstrListElem> MRU; in gatherChains()1423 DenseSet<InstrListElem *, InstrListElemDenseMapInfo> Chains; in gatherChains()[all …]