Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp58 uint64_t TotalCount, in isPromotionProfitable()
68 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates()
93 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
H A DProfileSummaryInfo.cpp86 uint64_t TotalCount; in getProfileCount() local
H A DModuleSummaryAnalysis.cpp380 uint64_t TotalCount; in computeFunctionSummary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp222 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite()
304 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
340 uint64_t &TotalCount) { in tryToPromote()
362 uint64_t TotalCount; in processFunction() local
H A DPGOMemOPSizeOpt.cpp276 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable()
302 uint64_t TotalCount; in perform() local
H A DPGOInstrumentation.cpp1513 uint64_t TotalCount = 0; in annotateOneSelectInst() local
2054 uint64_t TotalCount = in setProfMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DProfileCommon.h50 uint64_t TotalCount = 0; variable
H A DInstrProf.h895 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); in getValueForSite() local
912 uint64_t TotalCount = 0; in getValueForSite() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h52 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp740 uint64_t TotalCount = 0; in doesHistoryAllowICP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1239 auto TotalCount = readNumber<uint64_t>(); in readSummary() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2241 uint64_t TotalCount; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3762 unsigned int TotalCount; member