Searched refs:updateProfWeight (Results 1 – 4 of 4) sorted by relevance
8 ; updateProfWeight with a 0 priorEntryCount, which will result in a division by 0.
1667 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()1678 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
1698 void updateProfWeight(uint64_t S, uint64_t T);
599 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst