Home
last modified time | relevance | path

Searched refs:addConstantProfileCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp198 SDPI->addConstantProfileCount(C, Count); in partitionStaticDataWithProfiles()
248 SDPI->addConstantProfileCount(C, std::nullopt); in annotateStaticDataWithoutProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStaticDataProfileInfo.h36 LLVM_ABI void addConstantProfileCount(const Constant *C,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStaticDataProfileInfo.cpp9 void StaticDataProfileInfo::addConstantProfileCount( in addConstantProfileCount() function in StaticDataProfileInfo