Home
last modified time | relevance | path

Searched refs:FunctionsToImportPerModule (Results 1 – 1 of 1) 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()