Searched defs:MaxMDCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1281 annotateValueSite(Module & M,Instruction & Inst,const InstrProfRecord & InstrProfR,InstrProfValueKind ValueKind,uint32_t SiteIdx,uint32_t MaxMDCount) annotateValueSite() argument 1294 annotateValueSite(Module & M,Instruction & Inst,ArrayRef<InstrProfValueData> VDs,uint64_t Sum,InstrProfValueKind ValueKind,uint32_t MaxMDCount) annotateValueSite() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 679 updateFuncValueProfiles(CallBase & CB,ArrayRef<InstrProfValueData> CallVDs,uint64_t TotalCount,uint32_t MaxMDCount) updateFuncValueProfiles() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 889 uint32_t MaxMDCount = updateIDTMetaData() local
|