Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1639 CI->updateProfWeight(cloneEntryCount, priorEntryCount); in updateProfileCallee()
1650 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1690 void updateProfWeight(uint64_t S, uint64_t T);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp561 void CallInst::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in CallInst