Searched defs:TotalCount (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 62 uint64_t TotalCount) { in isPromotionProfitable() 74 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() 98 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
|
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 55 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable 63 uint64_t TotalCount, uint64_t MaxCount, in ProfileSummary()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 259 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() 312 uint64_t Count, uint64_t TotalCount, in createIfThenElse() 528 uint64_t Count, uint64_t TotalCount) { in promote() 579 uint64_t &TotalCount) { in tryToPromote() 600 uint64_t TotalCount; in processFunction() local
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
|
D | InstrProf.h | 700 uint64_t &TotalCount = (TotalC == 0 ? Dummy : *TotalC); in getValueForSite() local 717 uint64_t TotalCount = 0; in getValueForSite() local
|
/external/libchrome/base/metrics/ |
D | sample_map.cc | 98 Count SampleMap::TotalCount() const { in TotalCount() function in base::SampleMap
|
D | sample_vector.cc | 54 Count SampleVector::TotalCount() const { in TotalCount() function in base::SampleVector
|
D | persistent_sample_map.cc | 120 Count PersistentSampleMap::TotalCount() const { in TotalCount() function in base::PersistentSampleMap
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/external/compiler-rt/lib/esan/ |
D | cache_frag.cpp | 58 u64 TotalCount; // The total access count of all structs. member
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 443 auto TotalCount = readNumber<uint64_t>(); in readSummary() local
|