Home
last modified time | relevance | path

Searched refs:InstrListElem (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1399 struct InstrListElem : ilist_node<InstrListElem>, in gatherChains() struct
1401 explicit InstrListElem(Instruction *I) in gatherChains() function
1405 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 …]