Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1642 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()
1653 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1701 void updateProfWeight(uint64_t S, uint64_t T);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp567 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst