Searched refs:scaleProfData (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfDataUtils.h | 160 LLVM_ABI void scaleProfData(Instruction &I, uint64_t S, uint64_t T);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ProfDataUtils.cpp | 273 void scaleProfData(Instruction &I, uint64_t S, uint64_t T) { in scaleProfData() function
|
| H A D | Instructions.cpp | 832 scaleProfData(*this, S, T); in updateProfWeight() 912 scaleProfData(*this, S, T); in updateProfWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2085 scaleProfData(*VPtr, NewEntryCount, PriorEntryCount); in updateProfileCallee()
|