Home
last modified time | relevance | path

Searched defs:TotalCount (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp61 uint64_t TotalCount, in isPromotionProfitable()
71 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates()
96 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
DProfileSummaryInfo.cpp117 uint64_t TotalCount; in getProfileCount() local
DModuleSummaryAnalysis.cpp385 uint64_t TotalCount; in computeFunctionSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp223 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite()
299 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
335 uint64_t &TotalCount) { in tryToPromote()
357 uint64_t TotalCount; in processFunction() local
DPGOMemOPSizeOpt.cpp214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable()
238 uint64_t TotalCount; in perform() local
DPGOInstrumentation.cpp1369 uint64_t TotalCount = 0; in annotateOneSelectInst() local
1723 uint64_t TotalCount = in setProfMetadata() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h50 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
59 uint64_t TotalCount, uint64_t MaxCount, in ProfileSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h49 uint64_t TotalCount = 0; variable
DInstrProf.h889 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); in getValueForSite() local
906 uint64_t TotalCount = 0; in getValueForSite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp75 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp911 auto TotalCount = readNumber<uint64_t>(); in readSummary() local