Searched refs:PromotedFuncCount (Results 1 – 1 of 1) sorted by relevance
717 SmallVector<uint64_t, 4> PromotedFuncCount; in tryToPromoteWithVTableCmp() local762 PromotedFuncCount.push_back(Candidate.Count); in tryToPromoteWithVTableCmp()774 if (PromotedFuncCount.empty()) in tryToPromoteWithVTableCmp()783 for (size_t I = 0; I < PromotedFuncCount.size(); I++) in tryToPromoteWithVTableCmp()785 std::max(PromotedFuncCount[I], ICallProfDataRef[I].Count); in tryToPromoteWithVTableCmp()