Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1321 int NonWeightedRcost; in tryPartialInline() local
1322 std::tie(SizeCost, NonWeightedRcost) = computeOutliningCosts(Cloner); in tryPartialInline()
1337 WeightedRcost = BlockFrequency(NonWeightedRcost) * RelativeToEntryFreq; in tryPartialInline()