Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp69 if (auto CostVal = Cost.getValue())
70 OS << "Cost Model: Found an estimated cost of " << *CostVal;
113 if (auto CostVal = Cost.getValue()) print() local
142 if (auto CostVal = Cost.getValue()) run() local
/freebsd/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()