Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h203 unsigned NotOutlinedCost = getNotOutlinedCost(); in getBenefit() local
205 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()
206 : NotOutlinedCost - OutlinedCost; in getBenefit()