Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp266 unsigned ImportedCount = 0; in importFunctions() local
319 ImportedCount += FunctionsToImport.size(); in importFunctions()
333 DEBUG(dbgs() << "Imported " << ImportedCount << " functions for Module " in importFunctions()
335 return ImportedCount; in importFunctions()