Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:OptForSize

569   VectorizationFactor selectVectorizationFactor(bool OptForSize,
582 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
684 bool OptForSize = F->getAttributes().hasAttribute(FnIndex, SzAttr);
695 VF = CM.selectVectorizationFactor(OptForSize, VectorizationFactor);
697 unsigned UF = CM.selectUnrollFactor(OptForSize, VectorizationUnroll,
2940 LoopVectorizationCostModel::selectVectorizationFactor(bool OptForSize,
2944 if (OptForSize && Legal->getRuntimePointerCheck()->Need) {
2970 if (OptForSize) {
3061 LoopVectorizationCostModel::selectUnrollFactor(bool OptForSize,
3085 if (OptForSize)