Searched defs:SummaryEntryVector (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DProfileSummary.h45 typedef std::vector<ProfileSummaryEntry> SummaryEntryVector; typedef in namespace:llvm
54 SummaryEntryVector DetailedSummary;
62 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,
75 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; }

Completed in 142 milliseconds