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.cpp1316 BranchProbability RelativeToEntryFreq; in tryPartialInline() local
1318 RelativeToEntryFreq = getOutliningCallBBRelativeFreq(Cloner); in tryPartialInline()
1325 RelativeToEntryFreq = BranchProbability(0, 1); in tryPartialInline()
1328 BlockFrequency(*NonWeightedRcost.getValue()) * RelativeToEntryFreq; in tryPartialInline()