Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1308 BranchProbability RelativeToEntryFreq; in tryPartialInline() local
1310 RelativeToEntryFreq = getOutliningCallBBRelativeFreq(Cloner); in tryPartialInline()
1317 RelativeToEntryFreq = BranchProbability(0, 1); in tryPartialInline()
1320 BlockFrequency(NonWeightedRcost.getValue()) * RelativeToEntryFreq; in tryPartialInline()