Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h361 findGlobalValueSummaryList(StringRef ValueName) const { in findGlobalValueSummaryList() function
367 findGlobalValueSummaryList(GlobalValue::GUID ValueGUID) const { in findGlobalValueSummaryList() function
388 auto CalleeInfoList = findGlobalValueSummaryList(ValueGUID); in findSummaryInModule()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp101 auto SummaryList = findGlobalValueSummaryList(ValueGUID); in getGlobalValueSummary()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp110 auto Summaries = Index.findGlobalValueSummaryList(GUID); in canBeExternallyReferenced()
207 auto CalleeSummaryList = Index.findGlobalValueSummaryList(GUID); in selectCallee()
222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule()