Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DProfileSummary.h42 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
51 SummaryEntryVector DetailedSummary;
60 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary()
74 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp115 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
179 SummaryEntryVector Summary; in getFromMD()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DProfileCommon.h49 SummaryEntryVector DetailedSummary;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp62 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp758 SummaryEntryVector DetailedSummary; in readSummary()