Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp194 [[maybe_unused]] CostType KernelCost = 0; in calculateFunctionCosts() local
223 KernelCost += FnCost; in calculateFunctionCosts()
231 const CostType FnCost = ModuleCost - KernelCost; in calculateFunctionCosts()
233 << "" << KernelCost << " (" in calculateFunctionCosts()
234 << format("%0.2f", (float(KernelCost) / ModuleCost) * 100) in calculateFunctionCosts()