Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp101 auto SummaryList = findGlobalValueSummaryList(ValueGUID); in getGlobalValueSummary() local
102 assert(SummaryList != end() && "GlobalValue not found in index"); in getGlobalValueSummary()
103 assert((!PerModuleIndex || SummaryList->second.size() == 1) && in getGlobalValueSummary()
105 auto &Summary = SummaryList->second[0]; in getGlobalValueSummary()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule() local
223 if (SummaryList == Index.end()) in exportGlobalInModule()
228 SummaryList->second, in exportGlobalInModule()
232 if (SummaryIter == SummaryList->second.end()) in exportGlobalInModule()