Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1889 CI->updateProfWeight(CloneEntryCount, PriorEntryCount); in updateProfileCallee()
1900 CI->updateProfWeight(NewEntryCount, PriorEntryCount); in updateProfileCallee()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h1707 void updateProfWeight(uint64_t S, uint64_t T);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp707 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst