Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance
1639 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()1650 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()
1690 void updateProfWeight(uint64_t S, uint64_t T);
561 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst