Home
last modified time | relevance | path

Searched refs:ImportGUIDs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp591 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions() local
598 auto Import = ImportGUIDs.count(GUID); in importFunctions()
620 auto Import = ImportGUIDs.count(GUID); in importFunctions()
633 auto Import = ImportGUIDs.count(GUID); in importFunctions()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1170 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions() local
1177 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1199 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1213 auto Import = ImportGUIDs.count(GUID); in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1143 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions() local
1150 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1172 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1186 auto Import = ImportGUIDs.count(GUID); in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1556 auto ImportGUIDs = getImportGUIDs(); in setEntryCount() local
1557 if (S == nullptr && ImportGUIDs.size()) in setEntryCount()
1558 S = &ImportGUIDs; in setEntryCount()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1698 auto ImportGUIDs = getImportGUIDs(); in setEntryCount() local
1699 if (S == nullptr && ImportGUIDs.size()) in setEntryCount()
1700 S = &ImportGUIDs; in setEntryCount()