Searched refs:getValueProfDataFromInst (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 93 ValueDataArray = getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, in getPromotionCandidatesForInstruction()
|
| H A D | ModuleSummaryAnalysis.cpp | 157 auto ValueDataArray = getValueProfDataFromInst( in findRefEdges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 84 getValueProfDataFromInst(*CB, IPVK_IndirectCallTarget, 8, TotalC); in runCGProfilePass()
|
| H A D | PGOMemOPSizeOpt.cpp | 253 getValueProfDataFromInst(*MO.I, IPVK_MemOPSize, MaxNumVals, TotalCount); in perform()
|
| H A D | MemProfUse.cpp | 335 auto ExistingVD = getValueProfDataFromInst(I, IPVK_IndirectCallTarget, in addVPMetadata()
|
| H A D | IndirectCallPromotion.cpp | 564 getValueProfDataFromInst(*VirtualCallInfo.VPtr, IPVK_VTableTarget, in computeVTableInfos()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 808 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, in doesHistoryAllowICP() 851 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, in updateIDTMetaData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 338 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind,
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1403 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, in getValueProfDataFromInst() function
|