Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp68 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h386 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID, in findSummaryInModule() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp224 AddUsedThings(Index.findSummaryInModule(ImpF, ImpM.first())); in computeCacheKey()
745 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
753 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h974 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5321 TheIndex.findSummaryInModule(AliaseeGUID, ModulePath); in parseEntireSummary()
5411 TheIndex.findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()