Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOutliner.h253 unsigned NotOutlinedCost = getNotOutlinedCost(); in getBenefit() local
255 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()
256 : NotOutlinedCost - OutlinedCost; in getBenefit()