Searched refs:bestCost (Results 1 – 1 of 1) sorted by relevance
1197 int bestCost = INT_MAX; in call() local1202 if (this->determineCallCost(*f, arguments, &cost) && cost < bestCost) { in call()1203 bestCost = cost; in call()