Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21106 using DistToInstMap = std::map<int64_t, unsigned>; typedef in __anon07b2d7741b111::RelatedStoreInsts
21107 const DistToInstMap &getStores() const { return Instrs; } in getStores()
21124 DistToInstMap PrevSet = std::move(Instrs); in rebase()
21138 DistToInstMap::reverse_iterator LastVectorizedStore = find_if( in clearVectorizedStores()
21145 DistToInstMap::iterator VectorizedStoresEnd = LastVectorizedStore.base(); in clearVectorizedStores()
21154 DistToInstMap Instrs;
21171 auto TryToVectorize = [&](const RelatedStoreInsts::DistToInstMap &StoreSeq) { in vectorizeStores()