Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp569 unsigned ImportedCount = 0; in importFunctions() local
676 ImportedCount += GlobalsToImport.size(); in importFunctions()
679 NumImported += ImportedCount; in importFunctions()
681 DEBUG(dbgs() << "Imported " << ImportedCount << " functions for Module " in importFunctions()
683 return ImportedCount; in importFunctions()