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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp176 auto InfoList = Index.findFunctionInfoList(CalledFunctionName); local
177 if (InfoList == Index.end()) {
182 assert(!InfoList->second.empty() && "No summary, error at import?");
185 auto &Info = InfoList->second[0];

Completed in 99 milliseconds