Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance
281 void updateProfWeight(uint64_t S, uint64_t T);
680 void Instruction::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in Instruction
1450 CI->updateProfWeight(CallCount, CalleeEntryCount.getCount()); in updateCallProfile()1456 CI->updateProfWeight(CalleeEntryCount.getCount() - CallCount, in updateCallProfile()