Searched refs:ScalarToTreeEntries (Results 1 – 1 of 1) sorted by relevance
1908 ScalarToTreeEntries.clear(); in deleteTree()3413 return ScalarToTreeEntries.contains(V); in isVectorized()4154 auto It = ScalarToTreeEntries.find(V);4155 if (It == ScalarToTreeEntries.end()) {4156 ScalarToTreeEntries.try_emplace(V).first->getSecond().push_back(Last);4222 auto It = ScalarToTreeEntries.find(V); in getTreeEntries()4223 if (It == ScalarToTreeEntries.end()) in getTreeEntries()4241 for (TreeEntry *TE : ScalarToTreeEntries.lookup(V)) in getSameValuesTreeEntry()4294 SmallDenseMap<Value *, SmallVector<TreeEntry *>> ScalarToTreeEntries; member in llvm::slpvectorizer::BoUpSLP