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