Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp53 uint64_t TotalCount, in isPromotionProfitable() argument
63 const Instruction *Inst, uint64_t TotalCount) { in getProfitablePromotionCandidates() argument
88 MaxNumPromotions, TotalCount); in getPromotionCandidatesForInstruction() argument
H A DProfileSummaryInfo.cpp78 uint64_t TotalCount; in getProfileCount() local
H A DModuleSummaryAnalysis.cpp453 uint64_t TotalCount; computeFunctionSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp162 getPromotionCandidatesForCallSite(const CallBase & CB,const ArrayRef<InstrProfValueData> & ValueDataRef,uint64_t TotalCount,uint32_t NumCandidates) getPromotionCandidatesForCallSite() argument
245 promoteIndirectCall(CallBase & CB,Function * DirectCallee,uint64_t Count,uint64_t TotalCount,bool AttachProfToDirectCall,OptimizationRemarkEmitter * ORE) promoteIndirectCall() argument
278 tryToPromote(CallBase & CB,const std::vector<PromotionCandidate> & Candidates,uint64_t & TotalCount) tryToPromote() argument
300 uint64_t TotalCount; processFunction() local
[all...]
H A DPGOMemOPSizeOpt.cpp230 isProfitable(uint64_t Count,uint64_t TotalCount) isProfitable() argument
256 uint64_t TotalCount; perform() local
[all...]
H A DPGOInstrumentation.cpp1649 uint64_t TotalCount = 0; annotateOneSelectInst() local
2215 uint64_t TotalCount = setProfMetadata() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h55 uint64_t TotalCount = 0; variable
H A DInstrProf.h931 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); getValueForSite() local
948 uint64_t TotalCount = 0; getValueForSite() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp102 emitMisexpectDiagnostic(Instruction * I,LLVMContext & Ctx,uint64_t ProfCount,uint64_t TotalCount) emitMisexpectDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1465 auto TotalCount = readNumber<uint64_t>(); readSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp845 uint64_t TotalCount = 0; doesHistoryAllowICP() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2935 uint64_t TotalCount = 0; global() member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4204 unsigned int TotalCount; global() member