Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp96 getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions, in getPromotionCandidatesForInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp87 if (!getValueProfDataFromInst(*CB, IPVK_IndirectCallTarget, 8, in runCGProfilePass()
H A DPGOMemOPSizeOpt.cpp303 if (!getValueProfDataFromInst(*MO.I, IPVK_MemOPSize, MaxNumVals, in perform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp744 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in doesHistoryAllowICP()
784 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in updateIDTMetaData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h259 bool getValueProfDataFromInst(const Instruction &Inst,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp999 bool getValueProfDataFromInst(const Instruction &Inst, in getValueProfDataFromInst() function