Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDProfileSummary.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDProfileSummary.cpp113 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
180 SummaryEntryVector Summary; in getFromMD()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDProfileCommon.h48 SummaryEntryVector DetailedSummary;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp70 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfReader.cpp770 SummaryEntryVector DetailedSummary; in readSummary()