Home
last modified time | relevance | path

Searched refs:InstrProfR (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1165 const InstrProfRecord &InstrProfR, in annotateValueSite() argument
1168 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite()
1174 InstrProfR.getValueForSite(ValueKind, SiteIdx, &Sum); in annotateValueSite()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h267 const InstrProfRecord &InstrProfR,