Lines Matching refs:ModName
458 StringRef ModName,
480 StringRef ModName, in computeImportForModule() argument
482 auto SetIter = Workloads.find(ModName); in computeImportForModule()
484 LLVM_DEBUG(dbgs() << "[Workload] " << ModName in computeImportForModule()
487 ModName, ImportList); in computeImportForModule()
489 LLVM_DEBUG(dbgs() << "[Workload] " << ModName in computeImportForModule()
503 << ModName << ". No need to import\n"); in computeImportForModule()
507 qualifyCalleeCandidates(Index, VI.getSummaryList(), ModName); in computeImportForModule()
571 if (ExportingModule == ModName) { in computeImportForModule()
914 const GVSummaryMapTy &DefinedGVSummaries, StringRef ModName, in computeImportForModule() argument
961 dbgs() << "Missed imports into module " << ModName << "\n"; in computeImportForModule()
1141 auto ModName = ModuleImports.first; in ComputeCrossModuleImport() local
1142 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport()
1144 LLVM_DEBUG(dbgs() << "* Module " << ModName << " exports " in ComputeCrossModuleImport()