reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
  559     ScalarToTreeEntry.clear();
 1403         ScalarToTreeEntry[VL[i]] = Last;
 1440     auto I = ScalarToTreeEntry.find(V);
 1441     if (I != ScalarToTreeEntry.end())
 1447     auto I = ScalarToTreeEntry.find(V);
 1448     if (I != ScalarToTreeEntry.end())
 2903            return ScalarToTreeEntry.count(U) > 0;
 2948               !ScalarToTreeEntry.count(V)) {