Home | History | Annotate | Download | only in X86

Lines Matching refs:BranchCost

834     unsigned BranchCost = getCFInstrCost(Instruction::Br);
835 unsigned MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost);