Searched refs:ScalarToTreeEntry (Results 1 – 1 of 1) sorted by relevance
393 ScalarToTreeEntry.clear(); in deleteTree()501 assert(!ScalarToTreeEntry.count(VL[i]) && "Scalar already in tree!"); in newTreeEntry()502 ScalarToTreeEntry[VL[i]] = idx; in newTreeEntry()515 SmallDenseMap<Value*, int> ScalarToTreeEntry; member in __anonf9942ad60111::BoUpSLP959 if (ScalarToTreeEntry.count(U)) { in buildTree()960 int Idx = ScalarToTreeEntry[U]; in buildTree()1045 if (ScalarToTreeEntry.count(VL[0])) { in buildTree_rec()1046 int Idx = ScalarToTreeEntry[VL[0]]; in buildTree_rec()1062 if (ScalarToTreeEntry.count(VL[i])) { in buildTree_rec()1739 if (isa<Instruction>(&*J) && ScalarToTreeEntry.count(&*J)) in getSpillCost()[all …]