Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp208 CostType CostVal = Cost.isValid() in calculateFunctionCosts() local
211 assert((FnCost + CostVal) >= FnCost && "Overflow!"); in calculateFunctionCosts()
212 FnCost += CostVal; in calculateFunctionCosts()