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

References

lib/Transforms/Utils/FunctionImportUtils.cpp
   36   if (!isPerformingImport())
   47   if (!isPerformingImport() && !isModuleExporting())
   50   if (isPerformingImport()) {
  101   if (SGV->hasLocalLinkage() && (DoPromote || isPerformingImport()))
  122   if (!isPerformingImport())
  257       ((DoPromote = shouldPromoteLocalToGlobal(&GV)) || isPerformingImport())) {