Searched refs:InstrListElem (Results 1 – 1 of 1) sorted by relevance
1399 struct InstrListElem : ilist_node<InstrListElem>, in gatherChains() struct1401 explicit InstrListElem(Instruction *I) in gatherChains() function1405 using PtrInfo = DenseMapInfo<InstrListElem *>; in gatherChains()1407 static InstrListElem *getEmptyKey() { return PtrInfo::getEmptyKey(); } in gatherChains()1408 static InstrListElem *getTombstoneKey() { in gatherChains()1411 static unsigned getHashValue(const InstrListElem *E) { in gatherChains()1414 static bool isEqual(const InstrListElem *A, const InstrListElem *B) { in gatherChains()1422 SpecificBumpPtrAllocator<InstrListElem> Allocator; in gatherChains()1423 simple_ilist<InstrListElem> MRU; in gatherChains()1424 DenseSet<InstrListElem *, InstrListElemDenseMapInfo> Chains; in gatherChains()[all …]