Lines Matching refs:ICallProfDataRef
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()
794 llvm::upper_bound(ICallProfDataRef, 0U, in tryToPromoteWithVTableCmp()
811 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction() local
818 *CB, ICallProfDataRef, TotalCount, NumCandidates); in processFunction()
827 ICallProfDataRef, VTableGUIDCounts); in processFunction()
830 TotalCount, ICallProfDataRef, in processFunction()