Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance
2094 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()
1662 LLVM_ABI void updateProfWeight(uint64_t S, uint64_t T);3837 LLVM_ABI void updateProfWeight(uint64_t S, uint64_t T);
823 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst903 void InvokeInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in InvokeInst