Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp53 uint64_t TotalCount, in isPromotionProfitable()
63 const Instruction *Inst, uint64_t TotalCount) { in getProfitablePromotionCandidates()
86 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction()
H A DProfileSummaryInfo.cpp88 uint64_t TotalCount; getProfileCount() local
H A DModuleSummaryAnalysis.cpp148 uint64_t TotalCount = 0; in findRefEdges() local
484 uint64_t TotalCount; in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp415 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite()
607 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
633 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithFuncCmp()
678 CallBase &CB, ArrayRef<InstrProfValueData> CallVDs, uint64_t TotalCount, in updateFuncValueProfiles()
810 uint64_t TotalCount; in processFunction() local
840 uint64_t TotalCount) { in isProfitableToCompareVTables()
H A DPGOMemOPSizeOpt.cpp225 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable()
251 uint64_t TotalCount; in perform() local
H A DPGOInstrumentation.cpp1709 uint64_t TotalCount = 0; in annotateOneSelectInst() local
2319 uint64_t TotalCount = in setProfMetadata() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h47 uint64_t TotalCount = 0; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp103 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp805 uint64_t TotalCount = 0; in doesHistoryAllowICP() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1466 auto TotalCount = readNumber<uint64_t>(); in readSummary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3010 uint64_t TotalCount = 0; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4284 unsigned int TotalCount; member