Home
last modified time | relevance | path

Searched refs:updateProfWeight (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h302 void updateProfWeight(uint64_t S, uint64_t T);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp734 void Instruction::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1458 CI->updateProfWeight(CallCount, CalleeEntryCount.getCount()); in updateCallProfile()
1464 CI->updateProfWeight(CalleeEntryCount.getCount() - CallCount, in updateCallProfile()