Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp393 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::BoUpSLP
959 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 …]