Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp362 ArrayRef<InstrProfValueData> ICallProfDataRef,
372 MutableArrayRef<InstrProfValueData> ICallProfDataRef,
645 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithFuncCmp() argument
678 assert(NumPromoted <= ICallProfDataRef.size() && in tryToPromoteWithFuncCmp()
683 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in tryToPromoteWithFuncCmp()
727 MutableArrayRef<InstrProfValueData> ICallProfDataRef, in tryToPromoteWithVTableCmp() argument
796 ICallProfDataRef[I].Count -= in tryToPromoteWithVTableCmp()
797 std::max(PromotedFuncCount[I], ICallProfDataRef[I].Count); in tryToPromoteWithVTableCmp()
799 llvm::stable_sort(ICallProfDataRef, [](const InstrProfValueData &LHS, in tryToPromoteWithVTableCmp()
805 ICallProfDataRef.begin(), in tryToPromoteWithVTableCmp()
[all …]