Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h254 unsigned OutlinedCost = getOutliningCost(); in getBenefit() local
255 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()
256 : NotOutlinedCost - OutlinedCost; in getBenefit()