Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp58 uint64_t TotalCount, in isPromotionProfitable()
69 const Instruction *Inst, uint64_t TotalCount) { in getProfitablePromotionCandidates()
92 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction()
H A DProfileSummaryInfo.cpp83 uint64_t TotalCount; in getProfileCount() local
H A DModuleSummaryAnalysis.cpp154 uint64_t TotalCount = 0; in findRefEdges() local
416 uint64_t TotalCount = 0; in computeFunctionSummary() local
H A DCtxProfAnalysis.cpp392 auto TotalCount = BBInfo.getCount(); in getSelectInstrProfile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h56 uint64_t TotalCount = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMemProfContextDisambiguation.h50 uint64_t TotalCount; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp427 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite()
619 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
645 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithFuncCmp()
690 CallBase &CB, ArrayRef<InstrProfValueData> CallVDs, uint64_t TotalCount, in updateFuncValueProfiles()
822 uint64_t TotalCount; in processFunction() local
H A DPGOMemOPSizeOpt.cpp225 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable()
251 uint64_t TotalCount; in perform() local
H A DMemProfUse.cpp344 uint64_t TotalCount = 0; in addVPMetadata() local
H A DPGOInstrumentation.cpp1791 uint64_t TotalCount = 0; in annotateOneSelectInst() local
2434 uint64_t TotalCount = in setProfMetadata() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h53 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp101 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic()
H A DCallPromotionUtils.cpp635 uint64_t TotalCount = 0; in promoteCallWithIfThenElse() local
/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.cpp535 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp807 uint64_t TotalCount = 0; in doesHistoryAllowICP() local
H A DMemProfContextDisambiguation.cpp5472 uint64_t TotalCount; in recordICPInfo() local
5528 auto TotalCount = Info.TotalCount; in performICP() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1550 auto TotalCount = readNumber<uint64_t>(); in readSummary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3103 uint64_t TotalCount = 0; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4553 unsigned int TotalCount; member