HomeSort by: relevance | last modified time | path
    Searched refs:findSummaryInModule (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 62 auto Summary = ImportIndex.findSummaryInModule(
243 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1340 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1354 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID,
1359 return findSummaryInModule(CalleeInfo, ModuleId);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 252 GlobalValueSummary *S = Index.findSummaryInModule(ImpF, ImpM.first());
911 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule(
919 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 676 Index.findSummaryInModule(VI, ModulePath));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6316 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
6456 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8818 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath);

Completed in 31 milliseconds