Searched refs:getValueProfDataFromInst (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 87 ValueDataArray = getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, in getPromotionCandidatesForInstruction()
|
| H A D | ModuleSummaryAnalysis.cpp | 151 auto ValueDataArray = getValueProfDataFromInst( in findRefEdges()
|
| /src/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 | IndirectCallPromotion.cpp | 552 getValueProfDataFromInst(*VirtualCallInfo.VPtr, IPVK_VTableTarget, in computeVTableInfos()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 806 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 D | InstrProf.h | 292 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind,
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1350 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, in getValueProfDataFromInst() function
|