Lines Matching defs:BaseCost
3592 int BaseCost = BrMergingBaseCostThresh.getValue();3594 if (BaseCost >= 0 && Subtarget.hasCCMP())3595 BaseCost += BrMergingCcmpBias;3597 if (BaseCost >= 0 && Opc == Instruction::And &&3600 BaseCost += 1;3601 return {BaseCost, BrMergingLikelyBias.getValue(),