Home | History | Annotate | Download | only in IPA

Lines Matching refs:NumStores

926       unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize;
934 NumStores = std::min(NumStores, 8U);
936 Cost -= 2 * NumStores * InlineConstants::InstrCost;