Searched refs:GlobalsToImport (Results 1 – 3 of 3) sorted by relevance
34 SetVector<GlobalValue *> *GlobalsToImport; variable63 bool isPerformingImport() const { return GlobalsToImport != nullptr; } in isPerformingImport()90 SetVector<GlobalValue *> *GlobalsToImport = nullptr)91 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) { in M()96 if (!GlobalsToImport) in M()114 SetVector<GlobalValue *> *GlobalsToImport = nullptr);
27 if (!GlobalsToImport->count(const_cast<GlobalValue *>(SGV))) in doImportAsDefinition()46 assert((!GlobalsToImport->count(const_cast<GlobalValue *>(SGV)) || in shouldPromoteLocalToGlobal()322 SetVector<GlobalValue *> *GlobalsToImport) { in renameModuleForThinLTO() argument323 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport); in renameModuleForThinLTO()
1145 SetVector<GlobalValue *> GlobalsToImport; in importFunctions() local1165 GlobalsToImport.insert(&F); in importFunctions()1179 ImportedGVCount += GlobalsToImport.insert(&GV); in importFunctions()1209 GlobalsToImport.insert(Fn); in importFunctions()1218 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions()1222 for (const auto *GV : GlobalsToImport) in importFunctions()1227 if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()1232 ImportedCount += GlobalsToImport.size(); in importFunctions()