Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp173 auto InfoList = Index.findFunctionInfoList(CalledFunctionName); in GetImportList() local
174 if (InfoList == Index.end()) { in GetImportList()
179 assert(!InfoList->second.empty() && "No summary, error at import?"); in GetImportList()
182 auto &Info = InfoList->second[0]; in GetImportList()