Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1362 BranchProbability RelativeToEntryFreq; in tryPartialInline() local
1364 RelativeToEntryFreq = getOutliningCallBBRelativeFreq(Cloner); in tryPartialInline()
1371 RelativeToEntryFreq = BranchProbability(0, 1); in tryPartialInline()
1374 BlockFrequency(*NonWeightedRcost.getValue()) * RelativeToEntryFreq; in tryPartialInline()