Lines Matching defs:ICallProfDataRef
362 ArrayRef<InstrProfValueData> ICallProfDataRef,
372 MutableArrayRef<InstrProfValueData> ICallProfDataRef,
645 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef,
678 assert(NumPromoted <= ICallProfDataRef.size() &&
683 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount,
727 MutableArrayRef<InstrProfValueData> ICallProfDataRef,
796 ICallProfDataRef[I].Count -=
797 std::max(PromotedFuncCount[I], ICallProfDataRef[I].Count);
799 llvm::stable_sort(ICallProfDataRef, [](const InstrProfValueData &LHS,
805 ICallProfDataRef.begin(),
806 llvm::upper_bound(ICallProfDataRef, 0U,
823 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction(
830 *CB, ICallProfDataRef, TotalCount, NumCandidates);
839 ICallProfDataRef, VTableGUIDCounts);
842 TotalCount, ICallProfDataRef,