Searched refs:DistToInstMap (Results 1 – 1 of 1) sorted by relevance
21106 using DistToInstMap = std::map<int64_t, unsigned>; typedef in __anon07b2d7741b111::RelatedStoreInsts21107 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()