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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 480 Index.addGlobalValueSummary(F, std::move(FuncSummary));
613 Index.addGlobalValueSummary(V, std::move(GVarSummary));
633 Index.addGlobalValueSummary(A, std::move(AS));
723 Index.addGlobalValueSummary(*GV, std::move(Summary));
732 Index.addGlobalValueSummary(*GV, std::move(Summary));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1303 void addGlobalValueSummary(const GlobalValue &GV,
1305 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
1309 void addGlobalValueSummary(StringRef ValueName,
1311 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
1316 void addGlobalValueSummary(ValueInfo VI,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6296 TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS));
6323 TheIndex.addGlobalValueSummary(GUID.first, std::move(AS));
6347 TheIndex.addGlobalValueSummary(GUID.first, std::move(FS));
6375 TheIndex.addGlobalValueSummary(GUID.first, std::move(VS));
6439 TheIndex.addGlobalValueSummary(VI, std::move(FS));
6461 TheIndex.addGlobalValueSummary(VI, std::move(AS));
6487 TheIndex.addGlobalValueSummary(VI, std::move(FS));
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8520 Index->addGlobalValueSummary(VI, std::move(Summary));

Completed in 72 milliseconds