/llvm-project/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 53 isPromotionProfitable(uint64_t Count,uint64_t TotalCount,uint64_t RemainingCount) isPromotionProfitable() argument 63 getProfitablePromotionCandidates(const Instruction * Inst,uint64_t TotalCount) getProfitablePromotionCandidates() argument 86 getPromotionCandidatesForInstruction(const Instruction * I,uint64_t & TotalCount,uint32_t & NumCandidates) getPromotionCandidatesForInstruction() argument
|
H A D | ProfileSummaryInfo.cpp | 78 uint64_t TotalCount; in getProfileCount() local
|
H A D | ModuleSummaryAnalysis.cpp | 146 uint64_t TotalCount = 0; findRefEdges() local 482 uint64_t TotalCount; computeFunctionSummary() local
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 55 uint64_t TotalCount = 0; variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 415 getPromotionCandidatesForCallSite(const CallBase & CB,ArrayRef<InstrProfValueData> ValueDataRef,uint64_t TotalCount,uint32_t NumCandidates) getPromotionCandidatesForCallSite() argument 607 promoteIndirectCall(CallBase & CB,Function * DirectCallee,uint64_t Count,uint64_t TotalCount,bool AttachProfToDirectCall,OptimizationRemarkEmitter * ORE) promoteIndirectCall() argument 633 tryToPromoteWithFuncCmp(CallBase & CB,Instruction * VPtr,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalCount,ArrayRef<InstrProfValueData> ICallProfDataRef,uint32_t NumCandidates,VTableGUIDCountsMap & VTableGUIDCounts) tryToPromoteWithFuncCmp() argument 678 updateFuncValueProfiles(CallBase & CB,ArrayRef<InstrProfValueData> CallVDs,uint64_t TotalCount,uint32_t MaxMDCount) updateFuncValueProfiles() argument 810 uint64_t TotalCount; processFunction() local 840 isProfitableToCompareVTables(const CallBase & CB,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalCount) isProfitableToCompareVTables() argument [all...] |
H A D | PGOMemOPSizeOpt.cpp | 225 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() argument 251 uint64_t TotalCount; in perform() local [all...] |
H A D | PGOInstrumentation.cpp | 1701 uint64_t TotalCount = 0; annotateOneSelectInst() local 2294 uint64_t TotalCount = setProfMetadata() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MisExpect.cpp | 103 emitMisexpectDiagnostic(Instruction * I,LLVMContext & Ctx,uint64_t ProfCount,uint64_t TotalCount) emitMisexpectDiagnostic() argument
|
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderData.cpp | 179 uint64_t TotalCount = 0; in assignMemData() local 343 uint64_t TotalCount = 0; in setSectionOrder() local
|
H A D | IndirectCallPromotion.cpp | 205 uint64_t TotalCount = 0; in printDecision() local 834 uint64_t TotalCount = IndCallBlock.getKnownExecutionCount(); fixCFG() local [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryData.h | 219 uint64_t TotalCount = 0; global() variable
|
H A D | BinaryFunction.h | 111 uint64_t TotalCount = 0; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryBasicBlock.cpp | 495 uint64_t TotalCount = 0; in getBranchStats() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) { in isProfitable() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 791 uint64_t TotalCount = 0; doesHistoryAllowICP() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 1465 auto TotalCount = readNumber<uint64_t>(); readSummary() local
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 3008 uint64_t TotalCount = 0; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4279 unsigned int TotalCount; global() member
|