Home
last modified time | relevance | path

Searched refs:FlattenedImports (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp638 DenseSet<GlobalValue::GUID> FlattenedImports; in checkVariableImport() local
642 FlattenedImports.insert(ExportPerModule.second.begin(), in checkVariableImport()
657 if (!FlattenedImports.count(VI.getGUID()) && in checkVariableImport()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp625 DenseSet<GlobalValue::GUID> FlattenedImports; in checkVariableImport() local
629 FlattenedImports.insert(ExportPerModule.second.begin(), in checkVariableImport()
644 if (!FlattenedImports.count(VI.getGUID()) && in checkVariableImport()