Searched refs:updateVTableProfWeight (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2081 auto updateVTableProfWeight = [](CallBase *CB, const uint64_t NewEntryCount, in updateProfileCallee() local 2095 updateVTableProfWeight(CI, CloneEntryCount, PriorEntryCount); in updateProfileCallee() 2101 updateVTableProfWeight(II, CloneEntryCount, PriorEntryCount); in updateProfileCallee() 2115 updateVTableProfWeight(CI, NewEntryCount, PriorEntryCount); in updateProfileCallee() 2119 updateVTableProfWeight(II, NewEntryCount, PriorEntryCount); in updateProfileCallee()
|