Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp99 getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions, in getPromotionCandidatesForInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp60 if (!getValueProfDataFromInst(*CS.getInstruction(), in run()
H A DPGOMemOPSizeOpt.cpp239 if (!getValueProfDataFromInst(*MI, IPVK_MemOPSize, MaxNumPromotions, in perform()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h258 bool getValueProfDataFromInst(const Instruction &Inst,
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp858 bool getValueProfDataFromInst(const Instruction &Inst, in getValueProfDataFromInst() function