Searched refs:GlobalsToImport (Results 1 – 3 of 3) sorted by relevance
34 SetVector<GlobalValue *> *GlobalsToImport; variable76 bool isPerformingImport() const { return GlobalsToImport != nullptr; } in isPerformingImport()102 SetVector<GlobalValue *> *GlobalsToImport, in FunctionImportGlobalProcessing() argument104 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport), in FunctionImportGlobalProcessing()110 if (!GlobalsToImport) in FunctionImportGlobalProcessing()131 SetVector<GlobalValue *> *GlobalsToImport = nullptr);
35 if (!GlobalsToImport->count(const_cast<GlobalValue *>(SGV))) in doImportAsDefinition()61 assert((!GlobalsToImport->count(const_cast<GlobalValue *>(SGV)) || in shouldPromoteLocalToGlobal()357 SetVector<GlobalValue *> *GlobalsToImport) { in renameModuleForThinLTO() argument358 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
1743 SetVector<GlobalValue *> GlobalsToImport; in importFunctions() local1780 GlobalsToImport.insert(&F); in importFunctions()1803 ImportedGVCount += GlobalsToImport.insert(&GV); in importFunctions()1848 GlobalsToImport.insert(Fn); in importFunctions()1864 &GlobalsToImport)) in importFunctions()1868 for (const auto *GV : GlobalsToImport) in importFunctions()1874 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()1880 ImportedCount += GlobalsToImport.size(); in importFunctions()