Searched refs:ICallProfDataRef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 354 ArrayRef<InstrProfValueData> ICallProfDataRef, 364 MutableArrayRef<InstrProfValueData> ICallProfDataRef, 633 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithFuncCmp() argument 666 assert(NumPromoted <= ICallProfDataRef.size() && in tryToPromoteWithFuncCmp() 671 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in tryToPromoteWithFuncCmp() 715 MutableArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithVTableCmp() argument 784 ICallProfDataRef[I].Count -= in tryToPromoteWithVTableCmp() 785 std::max(PromotedFuncCount[I], ICallProfDataRef[I].Count); in tryToPromoteWithVTableCmp() 787 llvm::stable_sort(ICallProfDataRef, [](const InstrProfValueData &LHS, in tryToPromoteWithVTableCmp() 793 ICallProfDataRef.begin(), in tryToPromoteWithVTableCmp() [all …]
|