Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1915 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
1926 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1662 void updateProfWeight(uint64_t S, uint64_t T);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp756 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst