Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1321 BranchProbability RelativeToEntryFreq; in tryPartialInline() local
1323 RelativeToEntryFreq = getOutliningCallBBRelativeFreq(Cloner); in tryPartialInline()
1330 RelativeToEntryFreq = BranchProbability(0, 1); in tryPartialInline()
1332 WeightedRcost = BlockFrequency(NonWeightedRcost) * RelativeToEntryFreq; in tryPartialInline()