Searched refs:CostVal (Results 1 – 2 of 2) sorted by relevance
69 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
241 CostType CostVal = in calculateFunctionCosts() local243 assert((FnCost + CostVal) >= FnCost && "Overflow!"); in calculateFunctionCosts()244 FnCost += CostVal; in calculateFunctionCosts()