Searched refs:IsBest (Results 1 – 1 of 1) sorted by relevance
1337 bool IsBest = false; in evaluateProposal() local1339 IsBest = true; in evaluateProposal()1341 IsBest = (NewCSScore < CurCSScore); // Use code size as tie breaker. in evaluateProposal()1343 if (IsBest) in evaluateProposal()1347 if (IsBest) in evaluateProposal()