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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp59 isPromotionProfitable(uint64_t Count, uint64_t TotalCount, uint64_t RemainingCount) argument
69 getProfitablePromotionCandidates( const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) argument
94 getPromotionCandidatesForInstruction( const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, uint32_t &NumCandidates) argument
H A DProfileSummaryInfo.cpp122 uint64_t TotalCount; local
H A DModuleSummaryAnalysis.cpp385 uint64_t TotalCount; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h49 uint64_t TotalCount = 0; member in class:llvm::ProfileSummaryBuilder
H A DInstrProf.h894 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); local
911 uint64_t TotalCount = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp74 emitMisexpectDiagnostic(Instruction *I, LLVMContext &Ctx, uint64_t ProfCount, uint64_t TotalCount) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; member in class:llvm::ProfileSummary
71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, uint64_t TotalCount, uint64_t MaxCount, uint64_t MaxInternalCount, uint64_t MaxFunctionCount, uint32_t NumCounts, uint32_t NumFunctions, bool Partial = false, double PartialProfileRatio = 0) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp257 OS << "Total count: " << TotalCount << "\n"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp220 getPromotionCandidatesForCallSite( const CallBase &CB, const ArrayRef<InstrProfValueData> &ValueDataRef, uint64_t TotalCount, uint32_t NumCandidates) argument
296 promoteIndirectCall(CallBase &CB, Function *DirectCallee, uint64_t Count, uint64_t TotalCount, bool AttachProfToDirectCall, OptimizationRemarkEmitter *ORE) argument
331 tryToPromote( CallBase &CB, const std::vector<PromotionCandidate> &Candidates, uint64_t &TotalCount) argument
355 uint64_t TotalCount; local
[all...]
H A DPGOMemOPSizeOpt.cpp294 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { argument
320 uint64_t TotalCount; local
402 << TotalCount << ")\\n"); local
[all...]
H A DPGOInstrumentation.cpp1786 uint64_t TotalCount = local
1795 OS << " (total count : " << TotalCount << ")"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp980 auto TotalCount = readNumber<uint64_t>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1038 uint64_t TotalCount; member in struct:__anon4858::HotFuncInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3653 unsigned int TotalCount; member in struct:FriendCountAndPosition

Completed in 145 milliseconds