Searched refs:getValueProfDataFromInst (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 91 getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions, in getPromotionCandidatesForInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 87 if (!getValueProfDataFromInst(*CB, IPVK_IndirectCallTarget, 8, in runCGProfilePass()
|
| H A D | PGOMemOPSizeOpt.cpp | 257 if (!getValueProfDataFromInst(*MO.I, IPVK_MemOPSize, MaxNumVals, in perform()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | InstrProfTest.cpp | 507 bool Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5, in TEST_P() 519 Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 1, ValueData, in TEST_P() 525 Res = getValueProfDataFromInst(*Inst2, IPVK_IndirectCallTarget, 5, ValueData, in TEST_P() 533 Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5, in TEST_P() 556 Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5, in TEST_P()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 771 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in doesHistoryAllowICP() 818 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in updateIDTMetaData()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 260 bool getValueProfDataFromInst(const Instruction &Inst,
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1035 bool getValueProfDataFromInst(const Instruction &Inst, in getValueProfDataFromInst() function
|