Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp919 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis() local
920 assert(EntryProfileCount && EntryProfileCount->getCount()); in costBenefitAnalysis()
921 auto EntryCount = EntryProfileCount->getCount(); in costBenefitAnalysis()