Home
last modified time | relevance | path

Searched refs:getDetailedSummary (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h72 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp244 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
270 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp274 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
DSampleProfWriter.cpp487 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary(); in writeSummary()