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

References

lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
   89       GVMap[GV] = NewGV;
   95   if (GVMap.empty()) {
  125   for (auto I = GVMap.begin(), E = GVMap.end(); I != E; ++I)
  125   for (auto I = GVMap.begin(), E = GVMap.end(); I != E; ++I)
  132   for (GVMapTy::iterator I = GVMap.begin(), E = GVMap.end(); I != E;) {
  132   for (GVMapTy::iterator I = GVMap.begin(), E = GVMap.end(); I != E;) {
  139     GVMap.erase(I);
  151   assert(GVMap.empty() && "Expected it to be empty by now");
  172     GVMapTy::iterator I = GVMap.find(cast<GlobalVariable>(C));
  173     if (I != GVMap.end()) {