Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1326 BranchProbability RelativeToEntryFreq; in tryPartialInline() local
1328 RelativeToEntryFreq = getOutliningCallBBRelativeFreq(Cloner); in tryPartialInline()
1335 RelativeToEntryFreq = BranchProbability(0, 1); in tryPartialInline()
1337 WeightedRcost = BlockFrequency(NonWeightedRcost) * RelativeToEntryFreq; in tryPartialInline()