Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21082 class RelatedStoreInsts { class
21084 RelatedStoreInsts(unsigned BaseInstrIdx, ArrayRef<StoreInst *> AllStores) in RelatedStoreInsts() function in __anon07b2d7741b111::RelatedStoreInsts
21171 auto TryToVectorize = [&](const RelatedStoreInsts::DistToInstMap &StoreSeq) { in vectorizeStores()
21453 SmallVector<RelatedStoreInsts> SortedStores; in vectorizeStores()
21490 SortedStores, [&PtrDist, SI, this](const RelatedStoreInsts &StoreSeq) { in vectorizeStores()
21521 for (RelatedStoreInsts &StoreSeq : SortedStores) in vectorizeStores()
21530 for (RelatedStoreInsts &StoreSeq : SortedStores) in vectorizeStores()