Home
last modified time | relevance | path

Searched refs:getValueProfDataFromInst (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp87 ValueDataArray = getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, in getPromotionCandidatesForInstruction()
H A DModuleSummaryAnalysis.cpp151 auto ValueDataArray = getValueProfDataFromInst( in findRefEdges()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp84 getValueProfDataFromInst(*CB, IPVK_IndirectCallTarget, 8, TotalC); in runCGProfilePass()
H A DPGOMemOPSizeOpt.cpp253 getValueProfDataFromInst(*MO.I, IPVK_MemOPSize, MaxNumVals, TotalCount); in perform()
H A DIndirectCallPromotion.cpp552 getValueProfDataFromInst(*VirtualCallInfo.VPtr, IPVK_VTableTarget, in computeVTableInfos()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp806 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, in doesHistoryAllowICP()
849 auto ValueData = getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, in updateIDTMetaData()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h292 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind,
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1350 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, in getValueProfDataFromInst() function