Home
last modified time | relevance | path

Searched refs:updateProfWeight (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dentry_counts_missing_dbginfo.ll8 ; updateProfWeight with a 0 priorEntryCount, which will result in a division by 0.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1667 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
1678 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h1698 void updateProfWeight(uint64_t S, uint64_t T);
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp599 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst