Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1309 InstructionCost NonWeightedRcost = std::get<1>(OutliningCosts); in tryPartialInline() local
1311 assert(SizeCost.isValid() && NonWeightedRcost.isValid() && in tryPartialInline()
1328 BlockFrequency(*NonWeightedRcost.getValue()) * RelativeToEntryFreq; in tryPartialInline()