Home
last modified time | relevance | path

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

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