reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 5886   if (isUniformAfterVectorization(I, VF))
 5889   if (VF > 1 && isProfitableToScalarize(I, VF))
 5890     return VectorizationCostTy(InstsToScalarize[VF][I], false);
 5896     if (InstSet.find(I) != InstSet.end())
 5897       return VectorizationCostTy((getInstructionCost(I, 1).first * VF), false);
 5901   unsigned C = getInstructionCost(I, VF, VectorTy);