Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp839 BlockFrequency DupCost = Qout + QinU + std::max(Qin, F) * VProb; in isProfitableToTailDup() local
840 return greaterWithBias(BaseCost, DupCost, EntryFreq); in isProfitableToTailDup()