Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp575 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions() local
576 ModuleNameOrderedList.insert(FunctionsToImportPerModule.first()); in importFunctions()
580 const auto &FunctionsToImportPerModule = ImportList.find(Name); in importFunctions() local
581 assert(FunctionsToImportPerModule != ImportList.end()); in importFunctions()
591 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp908 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions() local
909 ModuleNameOrderedList.insert(FunctionsToImportPerModule.first()); in importFunctions()
913 const auto &FunctionsToImportPerModule = ImportList.find(Name); in importFunctions() local
914 assert(FunctionsToImportPerModule != ImportList.end()); in importFunctions()
927 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions()