Searched refs:BestOp (Results 1 – 1 of 1) sorted by relevance
1032 } BestOp; in getBestOperand() local1061 if (Score > BestOp.Score) { in getBestOperand()1062 BestOp.Idx = Idx; in getBestOperand()1063 BestOp.Score = Score; in getBestOperand()1069 BestOp.Idx = Idx; in getBestOperand()1076 if (BestOp.Idx) { in getBestOperand()1077 getData(BestOp.Idx.getValue(), Lane).IsUsed = true; in getBestOperand()1078 return BestOp.Idx; in getBestOperand()