Searched refs:ScalarToTreeEntry (Results 1 – 1 of 1) sorted by relevance
345 ScalarToTreeEntry.clear(); in deleteTree()473 assert(!ScalarToTreeEntry.count(VL[i]) && "Scalar already in tree!"); in newTreeEntry()474 ScalarToTreeEntry[VL[i]] = idx; in newTreeEntry()487 SmallDenseMap<Value*, int> ScalarToTreeEntry; member in llvm::slpvectorizer::BoUpSLP939 if (ScalarToTreeEntry.count(U)) { in buildTree()940 int Idx = ScalarToTreeEntry[U]; in buildTree()1025 if (ScalarToTreeEntry.count(VL[0])) { in buildTree_rec()1026 int Idx = ScalarToTreeEntry[VL[0]]; in buildTree_rec()1042 if (ScalarToTreeEntry.count(VL[i])) { in buildTree_rec()1801 if (isa<Instruction>(&*J) && ScalarToTreeEntry.count(&*J)) in getSpillCost()[all …]