Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp259 CostType ModuleCostOr1 = ModuleCost ? ModuleCost : 1; in calculateFunctionCosts() local
262 << format("%0.2f", (float(KernelCost) / ModuleCostOr1) * 100) << "%)\n" in calculateFunctionCosts()
264 << format("%0.2f", (float(FnCost) / ModuleCostOr1) * 100) << "%)\n"; in calculateFunctionCosts()