Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp717 SmallVector<uint64_t, 4> PromotedFuncCount; in tryToPromoteWithVTableCmp() local
762 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()