Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()