Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance
1642 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()1653 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()
1701 void updateProfWeight(uint64_t S, uint64_t T);
567 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst