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