Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2006 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
2012 II->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
2026 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
2030 II->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1544 void updateProfWeight(uint64_t S, uint64_t T);
3692 void updateProfWeight(uint64_t S, uint64_t T);
/src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp755 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst
835 void InvokeInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in InvokeInst