OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalValueSummary
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
1364
GlobalValueSummary *
getGlobalValueSummary
(const GlobalValue &GV,
1367
return
getGlobalValueSummary
(GV.getGUID(), PerModuleIndex);
1373
GlobalValueSummary *
getGlobalValueSummary
(GlobalValue::GUID ValueGUID,
/src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp
165
ModuleSummaryIndex::
getGlobalValueSummary
(uint64_t ValueGUID,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
780
auto *Summary = Index.
getGlobalValueSummary
(*V);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
4034
auto *Summary = Index->
getGlobalValueSummary
(A);
4216
auto *GVSum = Index.
getGlobalValueSummary
(GUID, false);
Completed in 31 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026