Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h216 unsigned OutlinedCost = getOutliningCost(); in getBenefit() local
217 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()
218 : NotOutlinedCost - OutlinedCost; in getBenefit()