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

References

lib/Transforms/IPO/FunctionImport.cpp
 1126         GlobalsToImport.insert(&F);
 1140         ImportedGVCount += GlobalsToImport.insert(&GV);
 1170         GlobalsToImport.insert(Fn);
 1179     if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport))
 1183       for (const auto *GV : GlobalsToImport)
 1188     if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(),
 1193     ImportedCount += GlobalsToImport.size();