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

References

lib/Transforms/Vectorize/VPlan.h
  132     return VectorMapStorage.count(Key);
  140     const VectorParts &Entry = VectorMapStorage.find(Key)->second;
  167     return VectorMapStorage[Key][Part];
  181     if (!VectorMapStorage.count(Key)) {
  183       VectorMapStorage[Key] = Entry;
  185     VectorMapStorage[Key][Part] = Vector;
  209     VectorMapStorage[Key][Part] = Vector;