Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp785 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis() local
786 assert(EntryProfileCount.hasValue() && EntryProfileCount.getCount()); in costBenefitAnalysis()
787 auto EntryCount = EntryProfileCount.getCount(); in costBenefitAnalysis()