Home
last modified time | relevance | path

Searched refs:scaleProfData (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h134 void scaleProfData(Instruction &I, uint64_t S, uint64_t T);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp246 void scaleProfData(Instruction &I, uint64_t S, uint64_t T) { in scaleProfData() function
H A DInstructions.cpp764 scaleProfData(*this, S, T); in updateProfWeight()
844 scaleProfData(*this, S, T); in updateProfWeight()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1997 scaleProfData(*VPtr, NewEntryCount, PriorEntryCount); in updateProfileCallee()