HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSummaryEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
ProfileSummary.h 36 struct ProfileSummaryEntry {
40 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount,
45 typedef std::vector<ProfileSummaryEntry> SummaryEntryVector;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ProfileSummary.h 32 struct ProfileSummaryEntry {
37 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount,
42 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;

Completed in 1939 milliseconds