Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance
1889 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()1900 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
1707 void updateProfWeight(uint64_t S, uint64_t T);
707 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst