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