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/ |
D | IndirectCallPromotionAnalysis.cpp | 61 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()
|
D | ProfileSummaryInfo.cpp | 117 uint64_t TotalCount; in getProfileCount() local
|
D | ModuleSummaryAnalysis.cpp | 385 uint64_t TotalCount; in computeFunctionSummary() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 223 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
|
D | PGOMemOPSizeOpt.cpp | 214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() 238 uint64_t TotalCount; in perform() local
|
D | PGOInstrumentation.cpp | 1369 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/ |
D | ProfileSummary.h | 50 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/ |
D | ProfileCommon.h | 49 uint64_t TotalCount = 0; variable
|
D | InstrProf.h | 889 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/ |
D | MisExpect.cpp | 75 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 161 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/ |
D | HexagonEarlyIfConv.cpp | 542 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/ |
D | SampleProfReader.cpp | 911 auto TotalCount = readNumber<uint64_t>(); in readSummary() local
|