Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1320 BlockFrequency WeightedRcost; in tryPartialInline() local
1337 WeightedRcost = BlockFrequency(NonWeightedRcost) * RelativeToEntryFreq; in tryPartialInline()
1382 if (!shouldPartialInline(CS, Cloner, WeightedRcost, CallerORE)) in tryPartialInline()