Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp772 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis() local
773 assert(EntryProfileCount.hasValue() && EntryProfileCount.getCount()); in costBenefitAnalysis()
774 auto EntryCount = EntryProfileCount.getCount(); in costBenefitAnalysis()