Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp69 if (auto CostVal = Cost.getValue()) in run() local
70 OS << "Cost Model: Found an estimated cost of " << *CostVal; in run()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp241 CostType CostVal = in calculateFunctionCosts() local
243 assert((FnCost + CostVal) >= FnCost && "Overflow!"); in calculateFunctionCosts()
244 FnCost += CostVal; in calculateFunctionCosts()