Home
last modified time | relevance | path

Searched refs:SummaryEntryVector (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h41 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
49 SummaryEntryVector DetailedSummary;
58 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary()
72 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm/include/llvm/IR/
DProfileSummary.h45 typedef std::vector<ProfileSummaryEntry> SummaryEntryVector; typedef
54 SummaryEntryVector DetailedSummary;
62 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary()
75 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
51 SummaryEntryVector DetailedSummary;
71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,
88 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm-project/llvm/include/llvm/ProfileData/
DProfileCommon.h48 SummaryEntryVector DetailedSummary;
68 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp113 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
180 SummaryEntryVector Summary; in getFromMD()
/external/llvm/lib/IR/
DProfileSummary.cpp117 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
185 SummaryEntryVector Summary; in getFromMD()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h48 SummaryEntryVector DetailedSummary;
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h55 SummaryEntryVector DetailedSummary;
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp150 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
243 SummaryEntryVector Summary; in getFromMD()
/external/llvm-project/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp35 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()
DInstrProfReader.cpp777 SummaryEntryVector DetailedSummary; in readSummary()
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp40 static uint64_t getMinCountForPercentile(SummaryEntryVector &DS, in getMinCountForPercentile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp70 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp598 llvm::SummaryEntryVector DetailedSummary; in readSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp770 SummaryEntryVector DetailedSummary; in readSummary()