Home
last modified time | relevance | path

Searched refs:GlobalsToImport (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h34 SetVector<GlobalValue *> *GlobalsToImport; variable
76 bool isPerformingImport() const { return GlobalsToImport != nullptr; } in isPerformingImport()
102 SetVector<GlobalValue *> *GlobalsToImport, in FunctionImportGlobalProcessing() argument
104 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport), in FunctionImportGlobalProcessing()
110 if (!GlobalsToImport) in FunctionImportGlobalProcessing()
131 SetVector<GlobalValue *> *GlobalsToImport = nullptr);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp35 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() argument
358 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1284 SetVector<GlobalValue *> GlobalsToImport; in importFunctions() local
1304 GlobalsToImport.insert(&F); in importFunctions()
1318 ImportedGVCount += GlobalsToImport.insert(&GV); in importFunctions()
1348 GlobalsToImport.insert(Fn); in importFunctions()
1364 &GlobalsToImport)) in importFunctions()
1368 for (const auto *GV : GlobalsToImport) in importFunctions()
1374 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
1379 ImportedCount += GlobalsToImport.size(); in importFunctions()