Searched refs:ReplCost (Results 1 – 1 of 1) sorted by relevance
252 unsigned ReplCost = 0; in shouldReplaceInst() local254 ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode()); in shouldReplaceInst()256 if (SchedModel.computeInstrLatency(InstDesc->getOpcode()) > ReplCost) in shouldReplaceInst()