Home | History | Annotate | Download | only in IPA

Lines Matching defs:NumStores

1014       unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize;
1022 NumStores = std::min(NumStores, 8U);
1024 Cost -= 2 * NumStores * InlineConstants::InstrCost;