Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOutliner.h204 unsigned OutlinedCost = getOutliningCost(); in getBenefit() local
205 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()
206 : NotOutlinedCost - OutlinedCost; in getBenefit()