Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2094 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
2100 II->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
2114 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
2118 II->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1662 LLVM_ABI void updateProfWeight(uint64_t S, uint64_t T);
3837 LLVM_ABI void updateProfWeight(uint64_t S, uint64_t T);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp823 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst
903 void InvokeInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in InvokeInst