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